malt 0.1.1

Merkle Append-Only Log Tree (RFC 9162 §2.1)
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 = "malt"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Merkle Append-Only Log Tree (RFC 9162 §2.1)"
documentation = "https://docs.rs/malt"
readme = "README.md"
keywords = [
    "merkle",
    "ct-log",
    "append-only",
    "log",
    "rfc9162",
]
categories = [
    "cryptography",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/Cyphrme/malt"

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

[[test]]
name = "correctness"
path = "tests/correctness.rs"

[[test]]
name = "parity"
path = "tests/parity.rs"

[[test]]
name = "proofs"
path = "tests/proofs.rs"

[dev-dependencies.hex]
version = "0.4"

[dev-dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1"