[package] name = "triehash" version = "0.1.1" authors = ["Parity Technologies "] description = "in memory patricia trie operations" repository = "https://github.com/paritytech/parity-common" license = "GPL-3.0" [dependencies] elastic-array = "0.10" ethereum-types = "0.3" rlp = { version = "0.2.1", path = "../rlp" } keccak-hash = { version = "0.1", path = "../keccak-hash" } [dev-dependencies] trie-standardmap = { version = "0.1", path = "../trie-standardmap" }