Cargo Features

[dependencies]
mpt_trie = { version = "0.2.1", default-features = false, features = ["trie_debug"] }
default = trie_debug

The trie_debug feature is set by default whenever mpt_trie is added without default-features = false somewhere in the dependency tree.

trie_debug default = num

Affects mpt_trie::debug_tools

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.

num trie_debug