[package] name = "journaldb" version = "0.2.0" authors = ["Parity Technologies "] description = "A `HashDB` which can manage a short-term journal potentially containing many forks of mutually exclusive actions" license = "GPL3" [dependencies] ethcore-bytes = { path = "../bytes" } ethereum-types = "0.3" hashdb = { version = "0.2.0", path = "../hashdb" } heapsize = "0.4" keccak-hasher = { path = "../keccak-hasher" } kvdb = { path = "../kvdb" } log = "0.3" memorydb = { version="0.2.0", path = "../memorydb" } parking_lot = "0.5" plain_hasher = { path = "../plain_hasher" } rlp = { path = "../rlp" } util-error = { path = "../error" } [dev-dependencies] ethcore-logger = { path = "../../logger" } keccak-hash = { path = "../hash" } kvdb-memorydb = { path = "../kvdb-memorydb" }