[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 = []
with-asan = []
with-fuzzer = []
with-fuzzer-no-link = []
[lib]
name = "mdbx_sys"
[package]
authors = ["Dan Burkert <dan@danburkert.com>", "Victor Porof <vporof@mozilla.com>", "Kerollmops <renault.cle@gmail.com>"]
build = "build.rs"
categories = ["database", "external-ffi-bindings"]
description = "Rust bindings for mdbx."
documentation = "https://docs.rs/mdbx-sys"
homepage = "https://github.com/Kerollmops/mdbx-rs"
keywords = ["MDBX", "database", "storage-engine", "bindings", "library"]
license = "Apache-2.0"
name = "mdbx-sys"
readme = "../README.md"
repository = "https://github.com/Kerollmops/mdbx-rs.git"
version = "0.7.1"