Cargo Features

[dependencies]
typstyle = { version = "0.12.14", default-features = false, features = ["git-info", "completion"] }
default = completion, git-info

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

git-info default = vergen-gitcl
completion default = clap_complete

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 completion
vergen-gitcl build git-info