macOS
brew install cargo-all-featureslocal Homebrew formula metadata
brew
Cargo subcommands to build and test all feature flag combinations. Version 1.12.0 via Homebrew; verified from local package data.
install
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 · source: api.github.com
sudo pacman -S cargo-all-featuresArch Linux sync databases · cargo-all-features · source: geo.mirror.pkgbuild.com
overview
Cargo subcommands to build and test all feature flag combinations
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
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.tomlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
cargo-all-features | cli | global executable | |
cargo-build-all-features | cli | global executable | |
cargo-check-all-features | cli | global executable | |
cargo-test-all-features | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/frewsxcv/cargo-all-features
install metadata
| Package key | brew:cargo-all-features |
|---|---|
| Version | 1.12.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/cargo-all-features |
| Homepage | https://github.com/frewsxcv/cargo-all-features |
| Repository | https://github.com/frewsxcv/cargo-all-features |
| Upstream docs | https://github.com/frewsxcv/cargo-all-features#readme |
| License | Apache-2.0 OR MIT |
| Source archive | https://github.com/frewsxcv/cargo-all-features/archive/refs/tags/1.12.0.tar.gz |
| Build dependencies | rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | cargo-all-features |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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-featuressource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.