Cargo Features

distill-daemon has no features set by default.

[dependencies]
distill-daemon = { version = "0.0.3", features = ["parallel_hash", "pretty_log"] }
parallel_hash = rayon
pretty_log = chrono, fern

Affects distill-daemon::init_logging

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.

rayon parallel_hash?
fern pretty_log?
chrono pretty_log?