[package]
name = "triehash"
version = "0.5.0"
authors = ["Parity Technologies <admin@parity.io>"]
description = "In-memory patricia trie operations"
license = "GPL-3.0"
repository = "https://github.com/paritytech/parity-common"
[dependencies.hash-db]
version = "0.11.0"
default-features = false
[dependencies.rlp]
version = "0.4"
[dev-dependencies.ethereum-types]
version = "0.5"
[dev-dependencies.hex-literal]
version = "0.2"
[dev-dependencies.keccak-hasher]
version = "0.11.0"
[dev-dependencies.tiny-keccak]
version = "1.4.2"