Cargo Features

[dependencies]
hypothesis = { version = "0.11.1", default-features = false, features = ["cli"] }
default = cli

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

cli default = clap, clap_complete, color-eyre, eyre

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

Affects errors::CLIError, hypothesis::cli

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.

eyre cli

Enables eyre

For CLI

color-eyre cli
clap cli
clap_complete cli