Cargo Features

[dependencies]
sbf = { version = "0.1.6", default-features = false, features = ["md4_hash", "md5_hash", "serde_support", "metrics"] }
default = md5_hash

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

md4_hash = md4
md5_hash default = md5
serde_support = serde
metrics

Affects data_structure::SBF.metrics, sbf::metrics, metrics::Metrics

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.

md5 md5_hash
md4 md4_hash?
serde serde_support?