2019-01-04 14:05:46 +01:00
|
|
|
[package]
|
|
|
|
description = "Ethcore DB access utilities"
|
2020-03-25 17:16:51 +01:00
|
|
|
repository = "https://github.com/openethereum/openethereum"
|
2019-01-04 14:05:46 +01:00
|
|
|
license = "GPL-3.0"
|
|
|
|
name = "ethcore-db"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
common-types = { path = "../types" }
|
2020-04-11 13:16:37 +02:00
|
|
|
ethereum-types = "0.9.0"
|
|
|
|
kvdb = "0.5.0"
|
|
|
|
parity-util-mem = "0.6.0"
|
2020-02-07 17:23:45 +01:00
|
|
|
parking_lot = "0.10.0"
|
2020-04-11 13:16:37 +02:00
|
|
|
rlp = "0.4.5"
|
2020-02-13 15:34:51 +01:00
|
|
|
rlp-derive = "0.1"
|