openethereum/util/memorydb/Cargo.toml

16 lines
442 B
TOML
Raw Normal View History

[package]
name = "memorydb"
2017-11-10 20:15:37 +01:00
version = "0.1.1"
authors = ["Parity Technologies <admin@parity.io>"]
description = "in-memory implementation of hashdb"
license = "GPL-3.0"
[dependencies]
elastic-array = "0.10"
heapsize = "0.4"
ethereum-types = "0.3"
2017-11-10 19:04:55 +01:00
keccak-hash = { version = "0.1.0", path = "../hash" }
2017-11-10 20:15:37 +01:00
hashdb = { version = "0.1.1", path = "../hashdb" }
plain_hasher = { path = "../plain_hasher" }
2017-11-10 20:21:24 +01:00
rlp = { version = "0.2.1", path = "../rlp" }