Cargo Features
[dependencies]
sp-trie = { version = "37.0.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneversp-trie
is added without
somewhere in the dependency tree.default-features = false - std default = ahash, lazy_static, nohash-hasher, parking_lot, rand, schnellru, thiserror, tracing
-
Enables std of parity-scale-codec, hash-db, memory-db, scale-info, sp-core, sp-externalities, trie-db, and trie-root
Affects
sp-trie::cache
,sp-trie::recorder
,sp-trie::proof_size_extension
…
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.