Cargo Features
[dependencies]
gengo = { version = "0.13.0", default-features = false, features = ["max-performance", "max-performance-safe", "chromaterm", "owo-colors"] }
- default = max-performance-safe
-
The
max-performance-safe
feature is set by default whenevergengo
is added without
somewhere in the dependency tree.default-features = false - max-performance
-
Enables max-performance of gix >=0.56, <=0.71
gix:
Enable all features required for performance. Currently, this is equivalent to
max-control
, as gix always uses zlib-rs. - max-performance-safe default
-
Enables max-performance-safe of gix >=0.56, <=0.71
gix:
Deprecated: gix always uses zlib-rs, so this is equivalent to
max-performance
Features from optional dependencies
- chromaterm implicit feature
-
Enables chromaterm
chromaterm:
Yet another crate for terminal colors
- owo-colors implicit feature
-
Enables owo-colors
owo-colors:
Zero-allocation terminal colors that'll make people go owo