Files
fancy_mdbx/Cargo.toml

29 lines
621 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.3.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 = { version = "0.1.1", features = ["bare", "cbor", "zstd"] }
serde = { version = "1.0.162", features = ["derive"] }
[dev-dependencies]
tempfile = "3.3.0"