# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "liblmdb" version = "0.9.70" authors = ["sean watters "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "up to date Rust bindings for liblmdb." homepage = "https://github.com/ordinarylabs/liblmdb" readme = "README.md" categories = [ "database", "external-ffi-bindings", ] license-file = "LICENSE" repository = "https://github.com/ordinarylabs/liblmdb" [lib] name = "liblmdb" path = "src/lib.rs" [build-dependencies.cc] version = "1"