ckb-librocksdb-sys 8.5.4

Native bindings to librocksdb
Documentation
[build-dependencies.bindgen]
version = "0.68.1"

[build-dependencies.cc]
features = ["parallel"]
version = "1.0"

[build-dependencies.glob]
version = "0.3.1"

[build-dependencies.pkg-config]
version = "0.3"

[build-dependencies.rust-ini]
version = "0.19"
[dependencies.libc]
version = "0.2"

[dependencies.pkg-config]
version = "0.3"
[dev-dependencies.const-cstr]
version = "0.3"

[dev-dependencies.uuid]
features = ["v4"]
version = "1.0"

[features]
bzip2 = []
default = ["static"]
io-uring = []
jemalloc = []
lz4 = []
march-native = []
portable = []
snappy = []
static = []
zlib = []
zstd = []

[package]
authors = ["Karl Hobley <karlhobley10@gmail.com>", "Arkadiy Paronyan <arkadiy@ethcore.io>", "Nervos Core Dev <dev@nervos.org>"]
build = "build.rs"
description = "Native bindings to librocksdb"
edition = "2018"
exclude = [".gitignore", "*.yml", "snappy/testdata", "*/doc", "*/docs", "*/examples", "*/tests", "tests", "*.md"]
keywords = ["ffi", "rocksdb"]
license = "MIT/Apache-2.0/BSD-3-Clause"
links = "rocksdb"
name = "ckb-librocksdb-sys"
readme = "README.md"
repository = "https://github.com/nervosnetwork/rust-rocksdb"
version = "8.5.4"