Cargo Features
[dependencies]
cargo-run-bin = { version = "1.7.5", default-features = false, features = ["cli"] }
- default = cli
-
The
clifeature is set by default whenevercargo-run-binis added withoutsomewhere in the dependency tree.default-features = false - cli default
-
Enables clap
Affects
cargo-run-bin::cli…Required by the cargo-bin binary