Cargo Features

[dependencies]
voile = { version = "0.2.6", default-features = false, features = ["cli"] }
default = cli

The cli feature is set by default whenever voile is added without default-features = false somewhere in the dependency tree.

cli default = clap, minitt-util, rustyline, structopt

Required by the voilec binary

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](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

clap cli

Enables clap ^2.33

structopt cli
rustyline cli

Enables rustyline ^6.3

minitt-util cli