Cargo Features

[dependencies]
git-warp-time = { version = "0.7.6", 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 default-features = false somewhere in the dependency tree.

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