lmdb-rkv-sys 0.11.2

Rust bindings for liblmdb.
Documentation
[badges.appveyor]
repository = "mozilla/lmdb-rs"

[badges.travis-ci]
repository = "mozilla/lmdb-rs"

[build-dependencies.bindgen]
default-features = false
features = ["runtime"]
optional = true
version = "0.53.2"

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

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

[dependencies.libc]
version = "0.2"

[features]
default = []
mdb_idl_logn_10 = []
mdb_idl_logn_11 = []
mdb_idl_logn_12 = []
mdb_idl_logn_13 = []
mdb_idl_logn_14 = []
mdb_idl_logn_15 = []
mdb_idl_logn_8 = []
mdb_idl_logn_9 = []
with-asan = []
with-fuzzer = []
with-fuzzer-no-link = []

[lib]
name = "lmdb_sys"

[package]
authors = ["Dan Burkert <dan@danburkert.com>", "Victor Porof <vporof@mozilla.com>"]
build = "build.rs"
categories = ["database", "external-ffi-bindings"]
description = "Rust bindings for liblmdb."
documentation = "https://docs.rs/lmdb-rkv-sys"
homepage = "https://github.com/mozilla/lmdb-rs"
keywords = ["LMDB", "database", "storage-engine", "bindings", "library"]
license = "Apache-2.0"
name = "lmdb-rkv-sys"
readme = "../README.md"
repository = "https://github.com/mozilla/lmdb-rs.git"
version = "0.11.2"