Cargo Features
[dependencies]
pkg-rs = { version = "0.2.3", default-features = false, features = ["cli_complation"] }
- default = cli_complation
-
The
cli_complationfeature is set by default wheneverpkg-rsis added withoutsomewhere in the dependency tree.default-features = false - cli_complation default = clap_complete, clap_complete_nushell
-
Affects
cmd::Shell…
Features from optional dependencies
In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.