[package] name = "rmw-mdbx-sys" # NB: When modifying, also modify html_root_url in lib.rs # NB: The version must match the version of mdbx version = "0.9.3" edition = "2021" authors = [ "Dan Burkert ", "Victor Porof ", "Kerollmops ", "Artem Vorotnikov ", ] license = "Apache-2.0" description = "Rust bindings for mdbx." documentation = "https://docs.rs/rmw-mdbx-sys" homepage = "https://github.com/rmw-lib/mdbx-rs" repository = "https://github.com/rmw-lib/mdbx-rs" readme = "../README.md" keywords = ["MDBX", "database", "storage-engine", "bindings", "library"] categories = ["database", "external-ffi-bindings"] [lib] name = "mdbx_sys" [dependencies] libc = "0.2.108" [build-dependencies] cc = "1.0.72" bindgen = { version = "0.59.1", default-features = false, features = ["runtime"] }