# 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.63" name = "bijou-librocksdb-sys" version = "0.11.1+8.3.2" authors = [ "Karl Hobley ", "Arkadiy Paronyan ", ] links = "rocksdb" description = "Native bindings to librocksdb" readme = "README.md" keywords = [ "bindings", "ffi", "rocksdb", ] categories = [ "api-bindings", "database", "external-ffi-bindings", ] license = "MIT/Apache-2.0/BSD-3-Clause" repository = "https://github.com/rust-rocksdb/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.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.const-cstr] version = "0.3" [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" optional = true [features] bzip2 = ["bzip2-sys"] default = ["static"] io-uring = ["pkg-config"] jemalloc = ["tikv-jemalloc-sys"] lz4 = ["lz4-sys"] rtti = [] snappy = [] static = [ "libz-sys?/static", "bzip2-sys?/static", ] zlib = ["libz-sys"] zstd = ["zstd-sys"]