[dependencies.blake3]
default-features = false
optional = true
version = "1"
[dev-dependencies.paste]
version = "1"
[dev-dependencies.rand]
version = "0.8"
[features]
bench = []
[package]
authors = ["Eduardo Leegwater Simões <eduardols@protonmail.com>"]
categories = ["cryptography", "data-structures", "no-std"]
description = "**He**ap **al**located **me**rkle tree"
edition = "2021"
exclude = ["/docs", "/.github", ".gitignore"]
keywords = ["merkle", "tree", "hash", "data", "structure"]
license = "MIT"
name = "healm"
repository = "https://github.com/ureeves/healm"
version = "0.2.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]