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 wheneversbf
is added without
somewhere in the dependency tree.default-features = false - 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.