liblmdb 0.9.70-commit.40d3741

up to date Rust bindings for liblmdb.
Documentation
# 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 = "2024"
name = "liblmdb"
version = "0.9.70-commit.40d3741"
authors = ["sean watters <sean@ordinarylabs.io>"]
build = "build.rs"
autolib = false
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"