Cargo Features
[dependencies]
gengo-bin = { version = "0.11.5", default-features = false, features = ["color"] }
- default = color
-
These default features are set whenever
gengo-bin
is added without
somewhere in the dependency tree.default-features = false Enables max-performance of gengo
- color default = owo-colors
-
Enables owo-colors of gengo
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.