[dependencies.hash-db]
default-features = false
version = "0.16.0"
[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"
readme = "README.md"
repository = "https://github.com/paritytech/trie"
version = "0.18.0"