# 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 = "kn0sys-lmdb-rs" version = "0.1.4" authors = ["Nigel Christian "] build = false exclude = [ ".gitignore", ".travis.yml", "up_doc.sh", ] autobins = false autoexamples = false autotests = false autobenches = false description = "LMDB bindings" documentation = "https://docs.rs/kn0sys-lmdb-rs" readme = "README.md" keywords = [ "lmdb", "db", "key-value", "kvs", "kv", ] categories = ["database"] license = "MIT" repository = "https://github.com/kn0sys/lmdb-rs" [lib] name = "kn0sys_lmdb_rs" path = "src/lib.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.bitflags] version = "2.6.0" [dependencies.libc] version = "0.2" [dependencies.liblmdb-sys] version = "0.2.2" [dependencies.log] version = "0.4.22"