2016-05-19 14:36:15 +02:00
|
|
|
[package]
|
|
|
|
description = "Ethcore Database"
|
|
|
|
homepage = "http://ethcore.io"
|
|
|
|
license = "GPL-3.0"
|
|
|
|
name = "ethcore-db"
|
2016-06-25 10:32:05 +02:00
|
|
|
version = "1.3.0"
|
2016-05-19 14:36:15 +02:00
|
|
|
authors = ["Ethcore <admin@ethcore.io>"]
|
|
|
|
build = "build.rs"
|
|
|
|
|
|
|
|
[build-dependencies]
|
2016-06-01 17:59:21 +02:00
|
|
|
syntex = "*"
|
2016-05-19 14:36:15 +02:00
|
|
|
ethcore-ipc-codegen = { path = "../ipc/codegen" }
|
|
|
|
|
|
|
|
[dependencies]
|
2016-07-12 10:34:08 +02:00
|
|
|
clippy = { version = "0.0.79", optional = true}
|
2016-05-19 14:36:15 +02:00
|
|
|
ethcore-devtools = { path = "../devtools" }
|
|
|
|
ethcore-ipc = { path = "../ipc/rpc" }
|
|
|
|
rocksdb = { git = "https://github.com/ethcore/rust-rocksdb" }
|
|
|
|
semver = "0.2"
|
|
|
|
ethcore-ipc-nano = { path = "../ipc/nano" }
|
2016-05-31 13:17:45 +02:00
|
|
|
nanomsg = { git = "https://github.com/ethcore/nanomsg.rs.git" }
|
|
|
|
crossbeam = "0.2"
|
|
|
|
ethcore-util = { path = "../util" }
|
2016-05-19 14:36:15 +02:00
|
|
|
|
|
|
|
[features]
|
|
|
|
dev = ["clippy"]
|