Cargo Features

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

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

md4_hash = md4
md5_hash default = md5
blake3_hash = blake3
serde_support = serde
metrics

Affects data_structure::SBF.metrics, sbf-blake3::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?
blake3 blake3_hash?