32 lines
557 B
TOML
32 lines
557 B
TOML
[package]
|
|
name = "fancy_mdbx"
|
|
description = "Fancy wrapper for libMDBX"
|
|
repository = "https://bics.ga/reivilibre/fancy_mdbx.git"
|
|
authors = ["Olivier 'reivilibre'"]
|
|
license = "MIT OR Apache-2.0"
|
|
version = "0.1.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.1.1"
|
|
|
|
# 0.11.1+zstd.1.5.2
|
|
zstd = "0.11.1"
|
|
|
|
serde = "1.0.136"
|
|
serde_bare = "0.5.0"
|
|
|
|
ouroboros = "0.14.2"
|
|
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3.3.0"
|