# Install cargo-features-manager with Homebrew, Nix

TUI like cli tool to manage the features of your rust-project dependencies. Version 0.11.1 via Homebrew; verified from local package data.

## Install

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

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install cargo-features-manager
```

  Evidence: local Homebrew formula metadata

### Linux

- Nix (92%):

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

  Evidence: nixpkgs package indexes: pkgs/by-name/ca/cargo-features-manager/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:cargo-features-manager
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/cargo-features-manager>
- **Version:** 0.11.1
- **Source summary:** TUI like cli tool to manage the features of your rust-project dependencies
- **Homepage:** <https://github.com/ToBinio/cargo-features-manager>
- **Repository:** <https://github.com/ToBinio/cargo-features-manager>
- **Upstream docs:** <https://github.com/ToBinio/cargo-features-manager#readme>
- **License:** MIT
- **Source archive:** <https://github.com/ToBinio/cargo-features-manager/archive/refs/tags/v0.11.1.tar.gz>
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- cargo-features (cli)
- cargo-features (alias)

## Build dependencies

- rust

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 0.11.1
- Local data: ok
- Upstream repository: https://github.com/ToBinio/cargo-features-manager
- Upstream latest detected: v0.11.1 (current)
- info: No package-manager update timestamp was available.
## Project history and usage

cargo-features-manager is a Rust Cargo helper that provides a terminal UI for enabling, disabling, and pruning dependency features in Cargo.toml. It focuses on a pain point that appears once Rust projects accumulate optional dependencies and feature-driven configuration.

### Project history

The GitHub repository was created in April 2023 and the crate was published on crates.io days later. The README describes a TUI-like CLI that lets users view available dependency features and toggle them, with changes written directly back to Cargo.toml.

The README now states that the project has moved to Tangled, while crates.io metadata also lists Tangled as the homepage and repository. The GitHub repository remains the documentation URL supplied by the package input, but the upstream project identity has shifted.

### Adoption history

Adoption is specialized but visible: the supplied package-manager facts list Homebrew and Nix packages, and crates.io records tens of thousands of downloads. It serves maintainers who tune feature flags more often than the average Cargo user.

The addition of `cargo features prune`, documented in the README, moves the tool beyond manual toggling toward automated feature minimization with safeguards for known false positives.

### How it is used

Users run `cargo features` in a project root to open a dependency selector and feature selector, then toggle features with keyboard navigation. `cargo features -d <dependency>` jumps directly to a dependency's feature selector.

`cargo features prune` attempts to disable features not required for compilation, with flags such as `--dry-run`, `--only-dependency`, `--skip-tests`, and a Cargo.toml `cargo-features-manager.keep` section for features that should be preserved.

### Why package nerds care

cargo-features-manager is notable because Cargo feature sets are one of Rust packaging's more subtle sources of compile time, dependency surface, and behavior changes. A TUI for toggling and pruning features makes that metadata more inspectable than hand-editing arrays in Cargo.toml.

Its false-positive list and keep configuration show the hard part of feature minimization: not every unused-looking feature is semantically safe to remove.

### Timeline

- 2023: ToBinio/cargo-features-manager GitHub repository created.
- 2023: cargo-features-manager crate first published on crates.io.
- 2026: crates.io metadata points homepage and repository fields at Tangled and shows the 0.12.0 release line.

### Related projects

- Cargo.toml is the manifest edited by cargo-features-manager.
- Cargo features and optional dependencies are the package metadata concepts the tool visualizes and edits.
- Tangled is the current upstream hosting target referenced by the README and crates.io metadata.

### Sources

- <https://api.github.com/repos/ToBinio/cargo-features-manager>
- <https://crates.io/api/v1/crates/cargo-features-manager>
- <https://github.com/ToBinio/cargo-features-manager#readme>
- <https://raw.githubusercontent.com/ToBinio/cargo-features-manager/master/README.md>
- input.source_facts.package-manager


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- 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 Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** cargo-features-manager
- **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

## Other Package-Manager Records

- Nix - cargo-features-manager: normalized package name match | nixpkgs package indexes: pkgs/by-name/ca/cargo-features-manager/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Package publisher tools](https://www.automicvault.com/pkg/package-publishers/) - Belongs to a package publishing or registry command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [rust](https://www.automicvault.com/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [cargo-edit](https://www.automicvault.com/pkg/brew/cargo-edit/) - Shares av.db curated category or tags: cargo, cli, dependency-management, developer-tools, rust.
- [cargo-outdated](https://www.automicvault.com/pkg/brew/cargo-outdated/) - Shares av.db curated category or tags: cargo, cli, dependency-management, developer-tools, rust.
- [ivy](https://www.automicvault.com/pkg/brew/ivy/) - Shares av.db curated category or tags: cli, dependency-management, developer-tools.
- [peru](https://www.automicvault.com/pkg/brew/peru/) - Shares av.db curated category or tags: cli, dependency-management, developer-tools.
- [pipenv](https://www.automicvault.com/pkg/brew/pipenv/) - Shares av.db curated category or tags: cli, dependency-management, developer-tools.
- [swift-outdated](https://www.automicvault.com/pkg/brew/swift-outdated/) - Shares av.db curated category or tags: cli, dependency-management, developer-tools.
- [tach](https://www.automicvault.com/pkg/brew/tach/) - Shares av.db curated category or tags: cli, dependency-management, developer-tools.
- [cargo-auditable](https://www.automicvault.com/pkg/brew/cargo-auditable/) - Shares av.db curated category or tags: cargo, cli, developer-tools, rust.
- [cargo-binstall](https://www.automicvault.com/pkg/brew/cargo-binstall/) - Both packages touch the same language runtime or ecosystem. Shared terms: cargo, cli, developer, developer-tools, management.
- [cargo-bloat](https://www.automicvault.com/pkg/brew/cargo-bloat/) - Both packages touch the same language runtime or ecosystem. Shared terms: cargo, cli, developer, developer-tools, rust.

## Combined YAML source

View the package source record on GitHub. [combined/cargo-features-manager.yml](https://github.com/automic-vault/db/blob/main/combined/cargo-features-manager.yml)


## Sources

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