eml 0.9.0

Epoch Merkle Log — multi-algorithm append-only log with epoch semantics
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 = "eml"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Epoch Merkle Log — multi-algorithm append-only log with epoch semantics"
homepage = "https://github.com/Cyphrme/eml"
documentation = "https://docs.rs/eml"
readme = "README.md"
keywords = [
    "merkle",
    "cryptography",
    "log",
    "security",
    "audit",
]
categories = [
    "cryptography",
    "data-structures",
]
license-file = "LICENSE"
repository = "https://github.com/Cyphrme/eml"

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

[[example]]
name = "bench_csv"
path = "examples/bench_csv.rs"

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

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

[dependencies]

[dev-dependencies.big_o]
version = "0.1"

[dev-dependencies.bigoish]
version = "0.1"

[dev-dependencies.blake2]
version = "0.10"

[dev-dependencies.cpu-time]
version = "1"

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

[dev-dependencies.sha2]
version = "0.10"

[dev-dependencies.sha3]
version = "0.10"