[dependencies.libc]
version = "0.2"
[dependencies.librocksdb-sys]
default-features = false
features = ["static"]
version = "0.17.1"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1"
[dev-dependencies.bincode]
version = "1.3"
[dev-dependencies.pretty_assertions]
version = "1.0"
[dev-dependencies.serde]
features = ["derive"]
version = "1"
[dev-dependencies.tempfile]
version = "3.1"
[dev-dependencies.trybuild]
version = "1"
[features]
bindgen-runtime = ["librocksdb-sys/bindgen-runtime"]
bindgen-static = ["librocksdb-sys/bindgen-static"]
bzip2 = ["librocksdb-sys/bzip2"]
default = ["snappy", "lz4", "zstd", "zlib", "bzip2", "bindgen-runtime"]
io-uring = ["librocksdb-sys/io-uring"]
jemalloc = ["librocksdb-sys/jemalloc"]
lto = ["librocksdb-sys/lto"]
lz4 = ["librocksdb-sys/lz4"]
mt_static = ["librocksdb-sys/mt_static"]
multi-threaded-cf = []
rtti = ["librocksdb-sys/rtti"]
serde1 = ["serde"]
snappy = ["librocksdb-sys/snappy"]
valgrind = []
zlib = ["librocksdb-sys/zlib"]
zstd = ["librocksdb-sys/zstd"]
[package]
authors = ["Tyler Neely <t@jujit.su>", "David Greenberg <dsg123456789@gmail.com>"]
categories = ["database"]
description = "Rust wrapper for Facebook's RocksDB embeddable database"
edition = "2021"
exclude = [".gitignore", ".travis.yml", "deploy.sh", "test/**/*"]
homepage = "https://github.com/rust-rocksdb/rust-rocksdb"
keywords = ["database", "embedded", "LSM-tree", "persistence"]
license = "Apache-2.0"
name = "rocksdb"
readme = "README.md"
repository = "https://github.com/rust-rocksdb/rust-rocksdb"
rust-version = "1.71.1"
version = "0.23.0"