Cargo Features

[dependencies]
gengo-bin = { version = "0.11.2", default-features = false, features = ["color"] }
default = color

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

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.

owo-colors color