[package] name = "memorydb" version = "0.1.1" authors = ["Parity Technologies "] description = "in-memory implementation of hashdb" license = "GPL-3.0" [dependencies] bigint = "4.0" elastic-array = "0.9" heapsize = "0.4" ethereum-types = { version = "0.1", features = ["heapsizeof"] } keccak-hash = { version = "0.1.0", path = "../hash" } hashdb = { version = "0.1.1", path = "../hashdb" } plain_hasher = { path = "../plain_hasher" } rlp = { version = "0.2.1", path = "../rlp" }