[package] name = "patricia-trie-ethereum" version = "0.1.0" authors = ["Parity Technologies "] description = "Merkle-Patricia Trie (Ethereum Style)" license = "GPL-3.0" [dependencies] patricia-trie = { git = "https://github.com/paritytech/parity-common" } keccak-hasher = { path = "../keccak-hasher" } hashdb = { git = "https://github.com/paritytech/parity-common" } rlp = { git = "https://github.com/paritytech/parity-common" } parity-bytes = { git = "https://github.com/paritytech/parity-common" } ethereum-types = "0.3" elastic-array = "0.10"