# 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] name = "lmdb-rs-m" version = "0.7.8-dev" authors = ["Valerii Hiora "] exclude = [ ".gitignore", ".travis.yml", "up_doc.sh", ] description = "LMDB bindings" documentation = "https://vhbit.github.io/lmdb-rs/lmdb_rs" readme = "README.md" keywords = [ "lmdb", "db", "key-value", "kvs", "kv", ] license = "MIT" repository = "https://github.com/ValeriyBushenev/lmdb-rs" [dependencies.bitflags] version = "0.7" [dependencies.libc] version = "0.2" [dependencies.liblmdb-sys-m] version = "0.2.3" [dependencies.log] version = "0.3"