parity-common/kvdb-rocksdb/Cargo.toml

23 lines
512 B
TOML

[package]
name = "kvdb-rocksdb"
version = "0.1.4"
authors = ["Parity Technologies <admin@parity.io>"]
repository = "https://github.com/paritytech/parity-common"
description = "kvdb implementation backed by rocksDB"
license = "GPL-3.0"
[dependencies]
elastic-array = "0.10"
fs-swap = "0.2.4"
interleaved-ordered = "0.1.0"
kvdb = { version = "0.1", path = "../kvdb" }
log = "0.4"
num_cpus = "1.0"
parking_lot = "0.6"
regex = "1.0"
parity-rocksdb = "0.5"
[dev-dependencies]
tempdir = "0.3"
ethereum-types = "0.4"