macOS
brew install cargo-all-featureslocal Homebrew formula metadata
安装
brew install cargo-all-featureslocal Homebrew formula metadata
nix profile install nixpkgs#cargo-all-featuresnixpkgs package indexes · pkgs/by-name/ca/cargo-all-features/package.nix · 来源: api.github.com
sudo pacman -S cargo-all-featuresArch Linux sync databases · cargo-all-features · 来源: geo.mirror.pkgbuild.com
概览
Cargo subcommands to build and test all feature flag combinations
历史
cargo-all-features is a small Cargo subcommand suite for building, checking, and testing Rust crates across combinations of feature flags. It addresses a Rust-specific packaging problem: feature combinations can compile differently, and CI matrices often miss bad interactions.
The public repository was created in May 2020. Its README frames the tool around Cargo package and workspace commands that run subcommands across all feature flag combinations.
The project stayed intentionally narrow: it provides `cargo all-features` plus build, check, and test variants, with configuration kept in Cargo.toml under package metadata.
Adoption is niche but practical among Rust crate maintainers who use optional dependencies and feature-gated APIs. The supplied package-manager facts list Homebrew, Nix, and Arch Linux packages, showing that the tool became available beyond `cargo install`.
The README's rationale is CI maintenance: manually updating per-feature jobs is easy to forget, and testing only individual flags is not exhaustive.
Users run commands such as `cargo all-features build`, `cargo all-features check`, or `cargo all-features test` at a package or workspace root. The tool then exercises feature flag combinations for the requested Cargo subcommand.
Configuration lives in Cargo.toml under `[package.metadata.cargo-all-features]`, where users can skip incompatible feature sets, include or deny selected features, cap combination size, and split work into chunks for CI.
cargo-all-features is package-nerd useful because Rust feature flags are part of package identity. A crate version is not just one build; it may expose many combinations that downstream packages rely on.
Its value is not broad fame but sharp ergonomics: it turns a maintenance-prone CI matrix into a Cargo-native check that package authors can run locally or in automation.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
Cargo.toml可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
cargo-all-features | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
cargo-build-all-features | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
cargo-check-all-features | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
cargo-test-all-features | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:cargo-all-features |
|---|---|
| 版本 | 1.12.0 |
| 软件包管理器 | Homebrew |
| 主页 | https://github.com/frewsxcv/cargo-all-features |
| 仓库 | https://github.com/frewsxcv/cargo-all-features |
| Bottle | 未记录 |
| 服务 | 未声明 |
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
cargo-all-features
nix profile install nixpkgs#cargo-all-featurescargo-all-features 1.12.0-3
A Cargo subcommand to build and test all feature flag combinations
https://github.com/frewsxcv/cargo-all-features
sudo pacman -S cargo-all-features来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.