Cargo Features

[dependencies]
runcc = { version = "2.0.3", default-features = false, features = ["cli", "auto_ansi_escape"] }
default = auto_ansi_escape, cli

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

cli default = clap

Affects runcc::cli

Required by the cargo-runcc binary

auto_ansi_escape default = lazy_static, regex

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.

clap cli

Enables clap ^3.0.5

regex auto_ansi_escape
lazy_static auto_ansi_escape