Cargo Features
[dependencies]
hypothesis = { version = "0.12.0", default-features = false, features = ["cli"] }
- default = cli
-
The
cli
feature is set by default wheneverhypothesis
is added without
somewhere in the dependency tree.default-features = false - 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