Cargo Features

[dependencies]
cargo-quickstart = { version = "0.1.1", default-features = false, features = ["doctor", "completions", "test-utils"] }
default = completions, doctor

These default features are set whenever cargo-quickstart is added without default-features = false somewhere in the dependency tree.

doctor default = which

Affects commands::execute_doctor

completions default

Enables clap_complete

Affects args::CompletionsArgs, args::Shell, commands::execute_completions

test-utils

Enables test-utils of quickstart-lib

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.

which doctor