# cargo-all-features を Homebrew, Nix, pacman でインストール

cargo-all-features のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:cargo-all-features
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install cargo-all-features
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#cargo-all-features
```

  証拠: 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

- pacman (92%):

```sh
sudo pacman -S cargo-all-features
```

  証拠: Arch Linux sync databases: cargo-all-features from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## パッケージ情報

- **パッケージキー:** brew:cargo-all-features
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/cargo-all-features>
- **バージョン:** 1.12.0
- **ソース概要:** Cargo subcommands to build and test all feature flag combinations
- **ホームページ:** <https://github.com/frewsxcv/cargo-all-features>
- **リポジトリ:** <https://github.com/frewsxcv/cargo-all-features>
- **ライセンス:** Apache-2.0 OR MIT
- **ソースアーカイブ:** <https://github.com/frewsxcv/cargo-all-features/archive/refs/tags/1.12.0.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- cargo-all-features (cli)
- cargo-build-all-features (cli)
- cargo-check-all-features (cli)
- cargo-test-all-features (cli)
- cargo-all-features (エイリアス)
- cargo-build-all-features (エイリアス)
- cargo-check-all-features (エイリアス)
- cargo-test-all-features (エイリアス)

## ビルド依存関係

- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.12.0
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/frewsxcv/cargo-all-features
- 検出された最新: 1.12.0 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

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.

### タイムライン

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

### ソース

- <https://api.github.com/repos/frewsxcv/cargo-all-features>
- <https://api.github.com/repos/frewsxcv/cargo-all-features/tags>
- <https://github.com/frewsxcv/cargo-all-features>
- <https://raw.githubusercontent.com/frewsxcv/cargo-all-features/master/README.md>
- source_facts.package-manager


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## 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

- Unix: Cargo.toml
## ソースデータベース詳細

- **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:** head, stable

## 他のパッケージマネージャ記録

- Nix - cargo-all-features: normalized package name match | 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
- pacman - cargo-all-features - 1.12.0-3: normalized package name match | Arch Linux sync databases: cargo-all-features from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A Cargo subcommand to build and test all feature flag combinations | https://github.com/frewsxcv/cargo-all-features


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Package publisher tools](https://pkg.so/ja/package-publishers/) - Belongs to a package publishing or registry command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [rust](https://pkg.so/ja/brew/rust/) - Build dependency declared by Homebrew.
- [cargo-run-bin](https://pkg.so/ja/brew/cargo-run-bin/) - Shares pkgdb curated category or tags: build-tool, cargo-plugin, cli, developer-tools, rust.
- [maturin](https://pkg.so/ja/brew/maturin/) - Shares pkgdb curated category or tags: build-tool, cli, developer-tools, rust.
- [cargo-nextest](https://pkg.so/ja/brew/cargo-nextest/) - Shares pkgdb curated category or tags: cli, developer-tools, rust, testing.
- [rebar3](https://pkg.so/ja/brew/rebar3/) - Shares pkgdb curated category or tags: build-tool, cli, developer-tools, testing.
- [wasm-pack](https://pkg.so/ja/brew/wasm-pack/) - Shares pkgdb curated category or tags: build-tool, cli, developer-tools, rust.
- [cargo-sweep](https://pkg.so/ja/brew/cargo-sweep/) - Shares pkgdb curated category or tags: cargo-plugin, cli, developer-tools, rust.
- [cargo-llvm-cov](https://pkg.so/ja/brew/cargo-llvm-cov/) - Shares pkgdb curated category or tags: cli, developer-tools, rust, testing.
- [cargo-udeps](https://pkg.so/ja/brew/cargo-udeps/) - Shares pkgdb curated category or tags: cargo-plugin, cli, developer-tools, rust.
- [cargo-hack](https://pkg.so/ja/brew/cargo-hack/) - Both packages touch the same language runtime or ecosystem. Shared terms: cargo, cli, combinations, developer, developer-tools.
- [cargo-about](https://pkg.so/ja/brew/cargo-about/) - Both packages touch the same language runtime or ecosystem. Shared terms: all, cargo, cargo-plugin, cli, developer.
- [cargo-all-features](https://pkg.so/ja/cargo/cargo-all-features/) - Same normalized package name exists in another local package ecosystem.

## Combined YAML source

View the package source record on GitHub. [combined/cargo-all-features.yml](https://github.com/mxcl/pkgdb/blob/main/combined/cargo-all-features.yml)


## ソース

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