Cargo Features

minitt-util has no features set by default.

[dependencies]
minitt-util = { version = "0.2.4", features = ["cli", "repl"] }
cli = clap, structopt

Affects minitt-util::cli

repl = rustyline

Affects minitt-util::repl

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.

structopt cli?
rustyline repl?

Enables rustyline =6.3

clap cli?

Enables clap ^2.33