cargo-all-features
cargo-all-features copied to clipboard
A Cargo subcommand to build and test all feature flag combinations.
At the root dir of Cargo workspaces are either a virtual manifest, or a root package. For root packages, we cannot rely on the heuristic of being in a particular...
The code that looks for `--help` in `env.args()[1]` is in lib.rs in the `run` function is faulty: when run as `cargo build-all-features --help` the args vector will look like so:...
I want to disable `cargo-all-features` for a single crate in my workspace that wraps another crate and forwards all the features. Setting the allowlist to empty doesn't do anything.