[package]
edition = "2021"
name = "lmdb-master-sys"
version = "0.2.6"
authors = [
"Kerollmops <clement@meilisearch.com>",
"Dan Burkert <dan@danburkert.com>",
"Victor Porof <vporof@mozilla.com>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for liblmdb on the mdb.master branch."
documentation = "https://docs.rs/lmdb-master-sys"
readme = "README.md"
keywords = [
"LMDB",
"database",
"storage-engine",
"bindings",
"library",
]
categories = [
"database",
"external-ffi-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/meilisearch/heed/tree/main/lmdb-master-sys"
[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 = []
no_std = []
posix-sem = []
use-valgrind = []
[lib]
name = "lmdb_master_sys"
path = "src/lib.rs"
doctest = false
[[test]]
name = "lmdb"
path = "tests/lmdb.rs"
[[test]]
name = "simple"
path = "tests/simple.rs"
[dependencies.libc]
version = "0.2.175"
[dev-dependencies.cstr]
version = "0.2.12"
[build-dependencies.bindgen]
version = "0.71.1"
features = ["runtime"]
optional = true
default-features = false
[build-dependencies.cc]
version = "1.2.37"
[build-dependencies.doxygen-rs]
version = "0.4.2"