[package] name = "lmdb" version = "0.2.0" authors = ["Dan Burkert "] license = "Apache-2.0" description = "Safe Rust bindings for LMDB" repository = "https://github.com/danburkert/lmdb-rs.git" readme = "README.md" keywords = ["LMDB", "database", "storage-engine", "key-value-store", "bindings", "library"] [lib] name = "lmdb" [dependencies.lmdb-sys] path = "lmdb-sys" [dependencies.bitflags] version = "*"