Cargo Features
[dependencies]
git-warp-time = { version = "0.8.4", default-features = false, features = ["completions", "cli", "fish", "manpage", "zsh"] }
- default = bash, cli, elvish, fish, manpage, powershell, zsh
-
These default features are set whenever
git-warp-time
is added without
somewhere in the dependency tree.default-features = false - completions bash elvish fish powershell zsh = clap_complete, cli
- cli default completions? = clap
-
Affects
git-warp-time::cli
…Required by the binary
- bash elvish fish default = completions
- manpage default = clap_mangen
- powershell zsh default = 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 cli
- clap_complete build completions?
- clap_mangen build manpage