librocksdbsys 0.1.2

Fork of librocksdb_sys wrapper for Facebook's RocksDB embeddable database.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "librocksdbsys"
version = "0.1.2"
authors = ["Andrey Vesnovaty <andrey.vesnovaty@gmail.com>"]
build = "build.rs"
links = "rocksdb"
description = "Fork of librocksdb_sys wrapper for Facebook's RocksDB embeddable database."
homepage = "https://github.com/andrey-ve/rexrocksdb"
license = "Apache-2.0"
repository = "https://github.com/andrey-ve/rexrocksdb"
[dependencies.bzip2-sys]
version = "0.1"

[dependencies.libc]
version = "0.2.11"

[dependencies.libz-sys]
version = "1.0"
features = ["static"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.tempdir]
version = "0.3"

[dependencies.zstd-sys]
version = "1.3"
[build-dependencies.cc]
version = "1.0.3"

[build-dependencies.cmake]
version = "0.1"

[features]
default = []
portable = []
sse = []