# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "lmdb-zero" version = "0.4.4" authors = ["FullContact, Inc", "Jason Lingle"] description = "An almost-safe, near-zero-cost, feature-complete, unabashedly non-abstract\nwrapper around LMDB.\n" documentation = "https://docs.rs/lmdb-zero" readme = "README.md" keywords = ["lmdb", "zero-copy", "btree"] categories = ["database"] license = "MIT/Apache-2.0" repository = "https://github.com/AltSysrq/lmdb-zero" [dependencies.bitflags] version = "0.9.1" [dependencies.libc] version = "0.2.14" [dependencies.liblmdb-sys] version = "0.2.2" [dependencies.supercow] version = "0.1.0" [dev-dependencies.gcc] version = "=0.3.39" [dev-dependencies.libc] version = "=0.2.18" [dev-dependencies.rand] version = "=0.3.15" [dev-dependencies.tempdir] version = "=0.3.4" [badges.travis-ci] repository = "AltSysrq/lmdb-zero"