2017-02-20 17:21:55 +01:00
|
|
|
[package]
|
|
|
|
name = "parity-local-store"
|
|
|
|
description = "Manages persistent local node data."
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
ethcore = { path = "../ethcore" }
|
2018-01-11 17:49:10 +01:00
|
|
|
ethcore-io = { path = "../util/io" }
|
|
|
|
ethcore-transaction = { path = "../ethcore/transaction" }
|
2018-09-04 20:13:51 +02:00
|
|
|
kvdb = "0.1"
|
2018-08-10 01:04:10 +02:00
|
|
|
log = "0.4"
|
2018-09-04 20:13:51 +02:00
|
|
|
rlp = { version = "0.2.4", features = ["ethereum"] }
|
2017-07-06 11:36:15 +02:00
|
|
|
serde = "1.0"
|
|
|
|
serde_derive = "1.0"
|
|
|
|
serde_json = "1.0"
|
2017-10-12 15:36:27 +02:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2018-06-11 12:26:49 +02:00
|
|
|
ethcore = { path = "../ethcore", features = ["test-helpers"] }
|
2017-02-20 17:21:55 +01:00
|
|
|
ethkey = { path = "../ethkey" }
|
2018-09-04 20:13:51 +02:00
|
|
|
kvdb-memorydb = "0.1"
|