[package] name = "mdbx-ffi" version = "0.0.5" edition = "2021" authors = [ "Dan Burkert ", "Victor Porof ", "Kerollmops ", "Artem Vorotnikov ", "gcxfd ", ] license = "Apache-2.0" description = "Rust bindings for mdbx." repository = "https://github.com/rmw-lib/mdbx-ffi" readme = "README.md" keywords = ["MDBX", "database", "storage-engine", "bindings", "library"] categories = ["database", "external-ffi-bindings"] [lib] crate-type = ["lib"] [dependencies] libc = "0.2.108" [build-dependencies] cc = "1.0.72" bindgen = { version = "0.59.1", default-features = false, features = ["runtime"] }