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