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