Safe Rust bindings for LMDB with encryption at rest
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
[package]
|
|
|
|
|
|
|
|
name = "lmdb-sys"
|
|
|
|
# NB: When modifying, also modify html_root_url in lib.rs
|
|
|
|
version = "0.8.0"
|
|
|
|
authors = ["Dan Burkert <dan@danburkert.com>"]
|
|
|
|
license = "Apache-2.0"
|
|
|
|
|
|
|
|
description = "Rust bindings for liblmdb."
|
|
|
|
repository = "https://github.com/danburkert/lmdb-rs.git"
|
|
|
|
readme = "../README.md"
|
|
|
|
documentation = "https://docs.rs/lmdb-sys"
|
|
|
|
keywords = ["LMDB", "database", "storage-engine", "bindings", "library"]
|
|
|
|
categories = ["database", "external-ffi-bindings"]
|
|
|
|
|
|
|
|
build = "build.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
libc = "0.2"
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
pkg-config = "0.3"
|
|
|
|
cc = "1"
|