Cargo Features
[dependencies]
merkle_hash = { version = "3.7.0", default-features = false, features = ["parallel", "sha", "retain", "encode"] }
- default = encode, parallel
-
These default features are set whenever
merkle_hash
is added without
somewhere in the dependency tree.default-features = false - parallel default = rayon
- sha = sha2
- retain
-
Affects
merkle_item::MerkleItem.children_paths
… - encode default
-
Affects
hex_encoding::bytes_to_hex
,hex_encoding::Encodable
…
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.