cargo-features-manager

TUI tool to interactively manage Rust project dependency features

brewmacoslinux
Try with needOr install directly
Source

About

TUI like cli tool to manage the features of your rust-project dependencies

Commands

cargo-features-manager

Examples

Launch the interactive TUI to browse and toggle features$ cargo-features-manager
Open the feature manager in a specific project directory$ cargo-features-manager --manifest-path ./my-project/Cargo.toml
View and manage features with a visual interface for dependencies$ cd my-rust-project && cargo-features-manager