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