Cargo Features

Hakari has no features set by default.

[dependencies]
hakari = { version = "0.17.2", features = ["proptest1", "cli-support"] }
proptest1 = proptest, proptest-derive

Enables proptest1 of guppy

cli-support = include_dir, owo-colors, serde, tabular, toml

Enables summaries of guppy

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?
serde cli-support?
tabular cli-support?
toml cli-support?

Enables toml ^0.5.11

proptest proptest1?