# 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 = "ng-rocksdb" version = "0.21.0-ngpreview.3" authors = [ "Tyler Neely ", "David Greenberg ", ] build = "librocksdb-sys/build.rs" links = "rocksdb" exclude = [ ".gitignore", ".travis.yml", "deploy.sh", "test/**/*", ] description = "Rust wrapper for Facebook's RocksDB embeddable database, fork for Nextgraph.org" homepage = "https://git.nextgraph.org/NextGraph/rust-rocksdb" readme = "README.md" keywords = [ "database", "embedded", "LSM-tree", "persistence", ] categories = ["database"] license = "Apache-2.0" repository = "https://git.nextgraph.org/NextGraph/rust-rocksdb" [dependencies.bzip2-sys] version = "0.1" optional = true default-features = false [dependencies.libc] version = "0.2" [dependencies.libz-sys] version = "1.1" optional = true default-features = false [dependencies.lz4-sys] version = "1.9" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.tikv-jemalloc-sys] version = "0.5" features = ["unprefixed_malloc_on_supported_platforms"] optional = true [dependencies.zstd-sys] version = "2.0" features = ["zdict_builder"] optional = true [dev-dependencies.bincode] version = "1.3" [dev-dependencies.const-cstr] version = "0.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" [dev-dependencies.uuid] version = "1.0" features = ["v4"] [build-dependencies.bindgen] version = "0.65" features = ["runtime"] default-features = false [build-dependencies.cc] version = "1.0" features = ["parallel"] [build-dependencies.glob] version = "0.3" [build-dependencies.pkg-config] version = "0.3" [features] bzip2 = ["bzip2-sys"] default = ["static"] io-uring = [] jemalloc = ["tikv-jemalloc-sys"] lz4 = ["lz4-sys"] multi-threaded-cf = [] rtti = [] serde1 = ["serde"] snappy = [] static = [ "libz-sys?/static", "bzip2-sys?/static", ] valgrind = [] zlib = ["libz-sys"] zstd = ["zstd-sys"] [target."cfg(not(any(target_os = \"linux\",target_os = \"darwin\",target_os = \"openbsd\")))".dependencies.openssl] version = "0.10" features = ["vendored"]