# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.56.1" name = "kvdb-rocksdb" version = "0.19.0" authors = ["Parity Technologies "] description = "kvdb implementation backed by RocksDB" license = "MIT OR Apache-2.0" repository = "https://github.com/paritytech/parity-common" resolver = "1" [[bench]] name = "bench_read_perf" harness = false [dependencies.kvdb] version = "0.13" [dependencies.num_cpus] version = "1.10.1" [dependencies.parking_lot] version = "0.12.0" [dependencies.regex] version = "1.3.1" [dependencies.smallvec] version = "1.0.0" [dev-dependencies.alloc_counter] version = "0.0.4" [dev-dependencies.chrono] version = "0.4" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.ctrlc] version = "3.1.4" [dev-dependencies.kvdb-shared-tests] version = "0.11" [dev-dependencies.rand] version = "0.8.0" [dev-dependencies.sysinfo] version = "0.28.1" [dev-dependencies.tempfile] version = "3.1.0" [target."cfg(any(target_os = \"openbsd\", target_env = \"msvc\"))".dependencies.rocksdb] version = "0.21" features = ["snappy"] default-features = false [target."cfg(not(any(target_os = \"openbsd\", target_env = \"msvc\")))".dependencies.rocksdb] version = "0.21" features = [ "snappy", "jemalloc", ] default-features = false