# 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 = "2018" name = "ckb-rocksdb" version = "0.21.1" authors = [ "Tyler Neely ", "David Greenberg ", "Nervos Core Dev ", ] exclude = [ ".gitignore", "*.yml", "tests", "*.md", "benches", ] description = "Rust wrapper for Facebook's RocksDB embeddable database" homepage = "https://github.com/nervosnetwork/rust-rocksdb" readme = "README.md" keywords = [ "database", "embedded", "LSM-tree", "persistence", ] license = "Apache-2.0" [dependencies.libc] version = "0.2" [dependencies.librocksdb-sys] version = "=8.5.4" package = "ckb-librocksdb-sys" [dependencies.tempfile] version = "3" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.trybuild] version = "1.0" [features] bzip2 = ["librocksdb-sys/bzip2"] default = [ "snappy", "lz4", "zstd", "zlib", "bzip2", ] io-uring = ["librocksdb-sys/io-uring"] jemalloc = ["librocksdb-sys/jemalloc"] lz4 = ["librocksdb-sys/lz4"] march-native = ["librocksdb-sys/march-native"] portable = ["librocksdb-sys/portable"] snappy = ["librocksdb-sys/snappy"] valgrind = [] zlib = ["librocksdb-sys/zlib"] zstd = ["librocksdb-sys/zstd"]