* v1.6.8 * Update expanse json with fork at block 600000 (#5351) * Update expanse json with fork at block 600000 * update exp chainID to 2 * Bumped mio * Fixed default UI port for mac installer (#5782) * Blacklist empty phrase account. * Update Cid/multihash/ring/tinykeccak (#5785) * Updating ring,multihash,tiny-keccak * Updating CID in ipfs. * Disable compression for RLP strings
26 lines
695 B
TOML
26 lines
695 B
TOML
[package]
|
|
description = "Ethcore Database"
|
|
homepage = "http://parity.io"
|
|
license = "GPL-3.0"
|
|
name = "ethcore-db"
|
|
version = "1.6.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
build = "build.rs"
|
|
|
|
[build-dependencies]
|
|
ethcore-ipc-codegen = { path = "../ipc/codegen" }
|
|
|
|
[dependencies]
|
|
clippy = { version = "0.0.103", optional = true}
|
|
ethcore-devtools = { path = "../devtools" }
|
|
ethcore-ipc = { path = "../ipc/rpc" }
|
|
rocksdb = { git = "https://github.com/paritytech/rust-rocksdb" }
|
|
semver = "0.5"
|
|
ethcore-ipc-nano = { path = "../ipc/nano" }
|
|
nanomsg = { git = "https://github.com/paritytech/nanomsg.rs.git" }
|
|
crossbeam = "0.2"
|
|
ethcore-util = { path = "../util" }
|
|
|
|
[features]
|
|
dev = ["clippy"]
|