[package] name = "memorydb" version = "0.2.0" authors = ["Parity Technologies "] description = "in-memory implementation of hashdb" license = "GPL-3.0" [dependencies] elastic-array = "0.10" heapsize = "0.4" hashdb = { version = "0.2.0", path = "../hashdb" } plain_hasher = { path = "../plain_hasher" } rlp = { version = "0.2.1", path = "../rlp" } [dev-dependencies] tiny-keccak = "1.4.2" ethereum-types = "0.3" keccak-hasher = { path = "../keccak-hasher" } keccak-hash = { path = "../hash" }