Cargo Features

[dependencies]
ingreedy-rs = { version = "0.2.0", default-features = false, features = ["cli"] }
default = cli

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

cli default = clap, color-eyre

Feature required for hypothesis the CLI application.
Disable (set default-features=false) if using as a Rust crate.

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.

color-eyre cli

Enables color-eyre ^0.5.11

clap cli

Enables clap ^3.0.0-beta.2