Cargo Features
[dependencies]
hcdl = { version = "0.12.0", default-features = false, features = ["embed_gpg_key", "shell_completion"] }
- default = embed_gpg_key, shell_completion
-
These default features are set whenever
hcdl
is added without
somewhere in the dependency tree.default-features = false - embed_gpg_key default
- shell_completion default = clap_complete
-
Affects
cli::gen_completions
…
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.