Cargo Features
[dependencies]
subtrie = { version = "0.0.1", default-features = false, features = ["std", "bench", "test_utils"] }
- default = std
-
The
std
feature is set by default wheneversubtrie
is added without
somewhere in the dependency tree.default-features = false - std default bench? test_utils? = rustc-hex
-
Affects
iter_build::TrieRootPrint
,subtrie::mem_tree_db
,node_db::MaybeDebug
… - bench = criterion, std, test_utils
-
Affects
subtrie::bench
… - test_utils bench? = hash256-std-hasher, parity-scale-codec, std, tiny-keccak
-
Affects
subtrie::test_utils
…
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.