[package]
edition = "2024"
name = "neodata"
version = "0.3.0"
authors = ["Isaac Clayton (slightknack) <hi@isaac.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Streaming fixed-memory 16-ary merkle tree with backend-agnostic storage"
readme = false
keywords = [
"merkle",
"append-only",
"content-addressed",
"streaming",
]
categories = [
"data-structures",
"cryptography",
]
license = "MIT"
repository = "https://github.com/slightknack/isocore"
[lib]
name = "neodata"
path = "src/lib.rs"
[dependencies.blake3]
version = "1"