# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mappum-rocksdb" version = "0.14.0-alpha.1" 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/rust-rocksdb/rust-rocksdb" keywords = ["database", "embedded", "LSM-tree", "persistence"] license = "Apache-2.0" [dependencies.libc] version = "0.2" [dependencies.librocksdb-sys] version = "6.7.0-alpha.1" package = "mappum-librocksdb-sys" [features] bzip2 = ["librocksdb-sys/bzip2"] default = ["snappy", "lz4", "zstd", "zlib", "bzip2"] lz4 = ["librocksdb-sys/lz4"] snappy = ["librocksdb-sys/snappy"] valgrind = [] zlib = ["librocksdb-sys/zlib"] zstd = ["librocksdb-sys/zstd"]