16 lines
473 B
TOML
16 lines
473 B
TOML
[package]
|
|
name = "memorydb"
|
|
version = "0.1.1"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "in-memory implementation of hashdb"
|
|
license = "GPL-3.0"
|
|
|
|
[dependencies]
|
|
bigint = "4.0"
|
|
elastic-array = "0.9"
|
|
heapsize = "0.4"
|
|
ethcore-bigint = { version = "0.2", path = "../bigint", features = ["heapsizeof"] }
|
|
keccak-hash = { version = "0.1.0", path = "../hash" }
|
|
hashdb = { version = "0.1.1", path = "../hashdb" }
|
|
rlp = { version = "0.2.1", path = "../rlp" }
|