[dependencies.hash-db]
default-features = false
version = "0.15.2"
[dev-dependencies.hex-literal]
version = "0.2"
[dev-dependencies.keccak-hasher]
version = "0.15.2"
[dev-dependencies.trie-standardmap]
version = "0.15.2"
[features]
default = ["std"]
std = ["hash-db/std"]
[package]
authors = ["Parity Technologies <admin@parity.io>"]
categories = ["no-std"]
description = "In-memory patricia trie operations"
edition = "2018"
license = "Apache-2.0"
name = "trie-root"
repository = "https://github.com/paritytech/trie"
version = "0.16.0"