parity-common/memorydb/Cargo.toml

20 lines
666 B
TOML
Raw Normal View History

[package]
name = "memorydb"
version = "0.3.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-26 06:49:28 -07:00
heapsize = "0.3"
hashdb = { version = "0.3", path = "../hashdb" }
2018-08-20 06:43:41 -07:00
plain_hasher = { version = "0.2", path = "../plain_hasher", default-features = false }
rlp = { version = "0.3", path = "../rlp", default-features = false }
[dev-dependencies]
tiny-keccak = "1.4.2"
ethereum-types = "0.4"
2018-08-20 06:43:41 -07:00
keccak-hasher = { version = "0.1", path = "../test-support/keccak-hasher" }
keccak-hash = { version = "0.1", path = "../keccak-hash" }