Automic VaultAutomic Vault

brew

Install cargo-all-features with Homebrew, Nix, pacman

Cargo subcommands to build and test all feature flag combinations. Version 1.12.0 via Homebrew; verified from local package data.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install cargo-all-features

local Homebrew formula metadata

Linux

Nixverified · 92%
nix profile install nixpkgs#cargo-all-features

nixpkgs package indexes · pkgs/by-name/ca/cargo-all-features/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S cargo-all-features

Arch Linux sync databases · cargo-all-features · source: geo.mirror.pkgbuild.com

overview

Package summary

Cargo subcommands to build and test all feature flag combinations

Commands and aliases

  • cargo-all-features
  • cargo-build-all-features
  • cargo-check-all-features
  • cargo-test-all-features

history

Project history and usage

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.

Project history

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 history

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.

How it is used

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.

Why package nerds care

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.

Timeline

  • 2020: cargo-all-features repository created on GitHub.
  • 2020: Git tags include an early 0.1.0 tag and later 1.x releases.
  • 2026: Repository metadata shows the project still available with Rust, Cargo, testing, and feature-flag topics.

Related projects

  • cargo-all-features is related to Cargo feature flags, Cargo workspaces, and Rust CI systems that need to test optional dependency combinations.
  • It is conceptually adjacent to cargo-hack, another Rust ecosystem tool often used for feature-combination checking, though this batch's official sources only document cargo-all-features itself.

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Build metadata lists 1 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
Cargo.toml

executables

Installed executables

CommandKindExposureNote
cargo-all-featurescliglobal executable
cargo-build-all-featurescliglobal executable
cargo-check-all-featurescliglobal executable
cargo-test-all-featurescliglobal executable

freshness

Version and 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.

page generated2026-07-07
manager version1.12.0
manager updated
local dataok
upstreamcurrent
latest detected1.12.0

https://github.com/frewsxcv/cargo-all-features

  • infoNo package-manager update timestamp was available.low confidence

install metadata

Package metadata

Package keybrew:cargo-all-features
Version1.12.0
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/cargo-all-features
Homepagehttps://github.com/frewsxcv/cargo-all-features
Repositoryhttps://github.com/frewsxcv/cargo-all-features
Upstream docshttps://github.com/frewsxcv/cargo-all-features#readme
LicenseApache-2.0 OR MIT
Source archivehttps://github.com/frewsxcv/cargo-all-features/archive/refs/tags/1.12.0.tar.gz
Build dependenciesrust
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namecargo-all-features
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Nix95%

cargo-all-features

nix profile install nixpkgs#cargo-all-features
  • normalized package name match
  • Matched by: Cargo All Features
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ca/cargo-all-features/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
pacman95%

cargo-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
  • License: Apache-2.0 OR MIT
  • Architecture: x86_64
  • 2 dependencies
  • normalized package name match
  • Matched by: Cargo All Features
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: cargo-all-features from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment