[package] name = "merkle-heapless" edition = "2021" version = "0.0.7" authors = ["Yury "] description = "Statically-allocated Merkle Tree and Mountain Range" license = "MIT OR Apache-2.0" repository = "https://github.com/Retamogordo/merkle-heapless" keywords = [ "merkle-tree", "mountain-range", "no-std", "statically-allocated", "no-alloc", ] categories = ["data-structures", "algorithms", "no-std"] [workspace] members = ["mmr-macro", "tests"] default-members = [".", "mmr-macro"] [lib] [dependencies] mmr-macro = { version = "0.0.7", path = "./mmr-macro" } [features] mmr_macro = []