lmdb-rkv 0.14.0

Idiomatic and safe LMDB wrapper.
Documentation
[badges.appveyor]
repository = "mozilla/lmdb-rs"

[badges.travis-ci]
repository = "mozilla/lmdb-rs"

[dependencies.bitflags]
version = "1"

[dependencies.byteorder]
version = "1"

[dependencies.libc]
version = "0.2"

[dependencies.lmdb-rkv-sys]
version = "0.11.0"

[dev-dependencies.rand]
version = "0.4"

[dev-dependencies.tempdir]
version = "0.3"

[features]
default = []
with-asan = ["lmdb-rkv-sys/with-asan"]
with-fuzzer = ["lmdb-rkv-sys/with-fuzzer"]
with-fuzzer-no-link = ["lmdb-rkv-sys/with-fuzzer-no-link"]

[lib]
name = "lmdb"

[package]
authors = ["Dan Burkert <dan@danburkert.com>", "Victor Porof <vporof@mozilla.com>"]
categories = ["database"]
description = "Idiomatic and safe LMDB wrapper."
documentation = "https://docs.rs/lmdb-rkv"
exclude = ["/.appveyor.yml", "/.travis.yml", "/azure-pipelines-template.yml", "/azure-pipelines.yml"]
homepage = "https://github.com/mozilla/lmdb-rs"
keywords = ["LMDB", "database", "storage-engine", "bindings", "library"]
license = "Apache-2.0"
name = "lmdb-rkv"
readme = "README.md"
repository = "https://github.com/mozilla/lmdb-rs.git"
version = "0.14.0"