Cargo Features

[dependencies]
concolor-clap = { version = "0.1.0", default-features = false, features = ["auto", "api"] }
default = auto

The auto feature is set by default whenever concolor-clap is added without default-features = false somewhere in the dependency tree.

auto default

Enables color of clap, auto of concolor

api

Enables api of concolor

concolor-clap has 3 features without comments.