macOS
brew install cargo-all-featureslocal Homebrew formula metadata
brew / Rang 6252
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für cargo-all-features in AI-Agent-Workflows.
Installation
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 · Quelle: api.github.com
sudo pacman -S cargo-all-featuresArch Linux sync databases · cargo-all-features · Quelle: geo.mirror.pkgbuild.com
Überblick
Cargo subcommands to build and test all feature flag combinations
Verlauf
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
cargo-all-features | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
cargo-build-all-features | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
cargo-check-all-features | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
cargo-test-all-features | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:cargo-all-features |
|---|---|
| Version | 1.12.0 |
| Paketmanager | Homebrew |
| Homepage | https://github.com/frewsxcv/cargo-all-features |
| Repository | https://github.com/frewsxcv/cargo-all-features |
| Bottle | nicht erfasst |
| Dienst | keiner deklariert |
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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-featuresQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.