Cargo Features
Hakari has no features set by default.
[dependencies]
hakari = { version = "0.17.5", features = ["proptest1", "cli-support"] }
- proptest1 = proptest, proptest-derive
- cli-support = include_dir, owo-colors, serde, tabular, toml
-
Affects
hakari::cli_ops
,hakari::summaries
…
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.
- include_dir cli-support?
- owo-colors cli-support?
-
Enables owo-colors ^3.5.0
- proptest-derive proptest1?
-
Enables proptest-derive ^0.4.0
- serde cli-support?
- tabular cli-support?
- toml cli-support?
-
Enables toml ^0.5.11
- proptest proptest1?