[dependencies.hash-db]
default-features = false
version = "0.15.2"
[dependencies.hashbrown]
default-features = false
features = ["ahash"]
version = "0.13.2"
[dependencies.log]
version = "0.4"
[dependencies.rustc-hex]
default-features = false
optional = true
version = "2.1.0"
[dependencies.smallvec]
features = ["union", "const_new"]
version = "1.0.0"
[features]
default = ["std"]
std = ["hash-db/std", "rustc-hex"]
[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Merkle-Patricia Trie generic over key hasher and node encoding"
edition = "2018"
license = "Apache-2.0"
name = "trie-db"
repository = "https://github.com/paritytech/trie"
version = "0.25.1"