[package] name = "kvdb-rocksdb" version = "0.1.3" authors = ["Parity Technologies "] 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.1" interleaved-ordered = "0.1.0" kvdb = { version = "0.1", path = "../kvdb" } log = "0.3" num_cpus = "1.0" parking_lot = "0.6" regex = "0.2" parity-rocksdb = "0.5" [dev-dependencies] tempdir = "0.3" ethereum-types = "0.4"