fancy_mdbx/Cargo.toml

28 lines
515 B
TOML

[package]
name = "fancy_mdbx"
description = "Fancy wrapper for libMDBX"
repository = "https://git.emunest.net/reivilibre/fancy_mdbx.git"
authors = ["Olivier 'reivilibre'"]
license = "MIT OR Apache-2.0"
version = "0.2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.56"
log = "0.4.16"
thiserror = "1.0.30"
libmdbx = "0.3.3"
ouroboros = "0.14.2"
byte_lamination = "0.1.1"
[dev-dependencies]
tempfile = "3.3.0"