# 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 = "rocks-sys" version = "0.1.10" authors = ["BH1XUW "] build = "build.rs" exclude = ["rocksdb/docs", "rocksdb/java", "zlib/contrib", "snappy/testdata", "zstd/contrib", "zstd/tests", "zstd/programs"] description = "Raw RocksDB bindings for Rust, used internally in rust-rocks" keywords = ["ffi", "RocksDB", "facebook", "database"] categories = ["external-ffi-bindings", "database"] license = "Apache-2.0" repository = "https://github.com/bh1xuw/rust-rocks" [package.metadata.docs.rs] features = ["static-link"] [dependencies] [build-dependencies.cc] version = "1.0" [build-dependencies.cmake] version = "0.1.44" [build-dependencies.pkg-config] version = "0.3" [features] bzip2 = [] default = [] lz4 = [] snappy = [] static-link = ["snappy"] static-link-all = ["static-link", "snappy", "zlib", "bzip2", "lz4", "zstd"] zlib = [] zstd = [] [target."cfg(windows)".build-dependencies.vcpkg] version = "0.2"