lmdb-master-sys 0.2.5

Rust bindings for liblmdb on the mdb.master branch.
Documentation
[build-dependencies.bindgen]
default-features = false
features = ["runtime"]
optional = true
version = "0.71.1"

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

[build-dependencies.doxygen-rs]
version = "0.4.2"

[dependencies.libc]
version = "0.2.170"

[dev-dependencies.cstr]
version = "0.2.12"

[features]
asan = []
default = []
fuzzer = []
fuzzer-no-link = []
longer-keys = []
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_16 = []
mdb_idl_logn_8 = []
mdb_idl_logn_9 = []
posix-sem = []
use-valgrind = []

[lib]
doctest = false
name = "lmdb_master_sys"
path = "src/lib.rs"

[package]
authors = ["Kerollmops <clement@meilisearch.com>", "Dan Burkert <dan@danburkert.com>", "Victor Porof <vporof@mozilla.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["database", "external-ffi-bindings"]
description = "Rust bindings for liblmdb on the mdb.master branch."
documentation = "https://docs.rs/lmdb-master-sys"
edition = "2021"
keywords = ["LMDB", "database", "storage-engine", "bindings", "library"]
license = "Apache-2.0"
name = "lmdb-master-sys"
readme = "README.md"
repository = "https://github.com/meilisearch/heed/tree/main/lmdb-master-sys"
version = "0.2.5"

[[test]]
name = "lmdb"
path = "tests/lmdb.rs"

[[test]]
name = "simple"
path = "tests/simple.rs"