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 default-features = false somewhere in the dependency tree.

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.

clap_complete shell_completion

Enables clap_complete ^3.2.1