[package] name = "triehash" version = "0.3.0" authors = ["Parity Technologies "] description = "In-memory patricia trie operations" repository = "https://github.com/paritytech/parity-common" license = "GPL-3.0" [dependencies] hashdb = { path = "../hashdb", default-features = false } rlp = { path = "../rlp", default-features = false } [dev-dependencies] trie-standardmap = { path = "../trie-standardmap" } keccak-hasher = { path = "../test-support/keccak-hasher" } tiny-keccak = "1.4.2" ethereum-types = "0.4" [features] ethereum = ["rlp/ethereum"]