[package] name = "memorydb" version = "0.3.0-beta.0" authors = ["Parity Technologies "] description = "in-memory implementation of hashdb" repository = "https://github.com/paritytech/parity-common" license = "GPL-3.0" [dependencies] heapsize = "0.4" hashdb = { path = "../hashdb" } plain_hasher = { path = "../plain_hasher", default-features = false } rlp = { path = "../rlp", default-features = false } [dev-dependencies] tiny-keccak = "1.4.2" ethereum-types = "0.4" keccak-hasher = { path = "../test-support/keccak-hasher" } keccak-hash = { path = "../keccak-hash" }