emt 0.1.0

Epoch Merkle Tree — the EMT instantiated at k=2 with no prefix
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 = "2024"
rust-version = "1.85"
name = "emt"
version = "0.1.0"
authors = ["Timothy DeHerrera <tim@nrdxp.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Epoch Merkle Tree — the EMT instantiated at k=2 with no prefix"
documentation = "https://docs.rs/emt"
readme = "README.md"
keywords = [
    "merkle",
    "proof",
    "log",
    "tree",
    "cryptography",
]
categories = [
    "algorithms",
    "cryptography",
    "data-structures",
]
license-file = "LICENSE"
repository = "https://github.com/Cyphrme/eml"
resolver = "2"

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

[dependencies.polydigest]
version = "0.1"

[dependencies.sha2]
version = "0.10"