Description
Helps change dependency feature flags in Cargo manifests from the command line. It is useful when developers need to enable or disable optional crate behavior without hand-editing manifest sections.
Use it while maintaining Rust dependencies and features. Feature changes can affect compiled code and transitive dependencies, so run tests after modifying them.