# 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" rust-version = "1.60" name = "haizhi-rocksdb" version = "0.2.9" authors = [ "Tyler Neely ", "David Greenberg ", ] exclude = [ ".gitignore", ".travis.yml", "deploy.sh", "test/**/*", ] description = "Rust wrapper for Facebook's RocksDB embeddable database" homepage = "https://github.com/haizhi-tech/haizhi-rust-rocksdb/" readme = "README.md" keywords = [ "database", "embedded", "LSM-tree", "persistence", ] categories = ["database"] license = "Apache-2.0" repository = "https://github.com/haizhi-tech/haizhi-rust-rocksdb/" [lib] doctest = false [dependencies.haizhi-librocksdb-sys] version = "0.2.10+8.1.1" [dependencies.libc] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.0" [dev-dependencies.bincode] version = "1.3" [dev-dependencies.pretty_assertions] version = "1.0" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.tempfile] version = "3.1" [dev-dependencies.trybuild] version = "1.0" [features] bzip2 = ["haizhi-librocksdb-sys/bzip2"] default = [ "snappy", "lz4", "zstd", "zlib", "bzip2", "serde1", ] io-uring = ["haizhi-librocksdb-sys/io-uring"] jemalloc = ["haizhi-librocksdb-sys/jemalloc"] lz4 = ["haizhi-librocksdb-sys/lz4"] multi-threaded-cf = [] rtti = ["haizhi-librocksdb-sys/rtti"] serde1 = ["serde"] snappy = ["haizhi-librocksdb-sys/snappy"] valgrind = [] zlib = ["haizhi-librocksdb-sys/zlib"] zstd = ["haizhi-librocksdb-sys/zstd"]