rocks 0.1.10

RocksDB bindings for Rust.
Documentation
[badges.appveyor]
branch = "master"
repository = "bh1xuw/rust-rocks"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "bh1xuw/rust-rocks"
[dependencies.lazy_static]
version = "1.4"

[dependencies.rocks-sys]
default-features = false
version = "0.1.9"
[dev-dependencies.tempdir]
version = "0.3"

[features]
bzip2 = ["rocks-sys/bzip2"]
default = ["rocks-sys/default"]
full = ["rocks-sys/static-link-all"]
lz4 = ["rocks-sys/lz4"]
snappy = ["rocks-sys/snappy"]
static-link = ["rocks-sys/static-link"]
zlib = ["rocks-sys/zlib"]
zstd = ["rocks-sys/zstd"]

[package]
authors = ["BH1XUW <bh1xuw@gmail.com>"]
categories = ["external-ffi-bindings", "database"]
description = "RocksDB bindings for Rust."
documentation = "https://docs.rs/rocks"
edition = "2018"
homepage = "https://github.com/bh1xuw/rust-rocks"
include = ["src/**/*", "Cargo.toml", "LICENSE", "README.md"]
keywords = ["ffi", "RocksDB", "facebook", "database"]
license = "Apache-2.0"
name = "rocks"
readme = "README.md"
repository = "https://github.com/bh1xuw/rust-rocks"
version = "0.1.10"
[package.metadata.docs.rs]
features = ["static-link"]
[profile.dev]
opt-level = 1

[profile.test]
opt-level = 1