2017-09-06 20:47:45 +02:00
|
|
|
[package]
|
|
|
|
name = "memorydb"
|
2017-11-10 20:15:37 +01:00
|
|
|
version = "0.1.1"
|
2017-09-06 20:47:45 +02:00
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
2017-11-10 18:31:31 +01:00
|
|
|
description = "in-memory implementation of hashdb"
|
|
|
|
license = "GPL-3.0"
|
2017-09-06 20:47:45 +02:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
bigint = "4.0"
|
|
|
|
elastic-array = "0.9"
|
|
|
|
heapsize = "0.4"
|
2018-01-10 13:35:18 +01:00
|
|
|
ethereum-types = { version = "0.1", features = ["heapsizeof"] }
|
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" }
|
2018-01-10 13:35:18 +01:00
|
|
|
plain_hasher = { path = "../plain_hasher" }
|
2017-11-10 20:21:24 +01:00
|
|
|
rlp = { version = "0.2.1", path = "../rlp" }
|