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.
lmdb-rs/lmdb-sys/Cargo.toml

20 lines
407 B

10 years ago
[package]
name = "lmdb-sys"
10 years ago
version = "0.4.3"
10 years ago
authors = ["Dan Burkert <dan@danburkert.com>"]
license = "Apache-2.0"
10 years ago
description = "Rust bindings for liblmdb."
repository = "https://github.com/danburkert/lmdb-rs.git"
readme = "../README.md"
documentation = "http://rust-ci.org/danburkert/lmdb-rs/doc/lmdb-sys/"
10 years ago
build = "build.rs"
10 years ago
[dependencies]
libc = "*"
[build-dependencies]
10 years ago
pkg-config = "*"
gcc = "*"