parity-common/memorydb/Cargo.toml

20 lines
588 B
TOML
Raw Normal View History

[package]
name = "memorydb"
2018-09-27 08:24:18 -07:00
version = "0.3.0-beta.0"
authors = ["Parity Technologies <admin@parity.io>"]
description = "in-memory implementation of hashdb"
repository = "https://github.com/paritytech/parity-common"
license = "GPL-3.0"
[dependencies]
2018-09-27 00:41:59 -07:00
heapsize = "0.4"
2018-09-27 08:24:18 -07:00
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"
2018-09-27 08:24:18 -07:00
keccak-hasher = { path = "../test-support/keccak-hasher" }
keccak-hash = { path = "../keccak-hash" }