# 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" name = "ckb-librocksdb-sys" version = "8.5.4" authors = [ "Karl Hobley ", "Arkadiy Paronyan ", "Nervos Core Dev ", ] build = "build.rs" links = "rocksdb" exclude = [ ".gitignore", "*.yml", "snappy/testdata", "*/doc", "*/docs", "*/examples", "*/tests", "tests", "*.md", ] description = "Native bindings to librocksdb" readme = "README.md" keywords = [ "ffi", "rocksdb", ] license = "MIT/Apache-2.0/BSD-3-Clause" repository = "https://github.com/nervosnetwork/rust-rocksdb" [dependencies.libc] version = "0.2" [dependencies.pkg-config] version = "0.3" [dev-dependencies.const-cstr] version = "0.3" [dev-dependencies.uuid] version = "1.0" features = ["v4"] [build-dependencies.bindgen] version = "0.68.1" [build-dependencies.cc] version = "1.0" features = ["parallel"] [build-dependencies.glob] version = "0.3.1" [build-dependencies.pkg-config] version = "0.3" [build-dependencies.rust-ini] version = "0.19" [features] bzip2 = [] default = ["static"] io-uring = [] jemalloc = [] lz4 = [] march-native = [] portable = [] snappy = [] static = [] zlib = [] zstd = []