hashtree-lmdb 0.2.4

LMDB-backed content-addressed blob storage for hashtree
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "hashtree-lmdb"
version = "0.2.4"
authors = ["Martti Malmi"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LMDB-backed content-addressed blob storage for hashtree"
readme = "README.md"
license = "MIT"
repository = "https://files.iris.to/#/npub1xndmdgymsf4a34rzr7346vp8qcptxf75pjqweh8naa8rklgxpfqqmfjtce/hashtree"

[lib]
name = "hashtree_lmdb"
path = "src/lib.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.hashtree-core]
version = "0.2.4"

[dependencies.heed]
version = "0.20"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]