[package]
edition = "2024"
rust-version = "1.85"
name = "polydigest"
version = "0.1.0"
authors = ["Timothy DeHerrera <tim@nrdxp.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Polydigest combinator — lifts the Merkle Spine across N algorithms over one shared substrate: the activation timeline, null-run-extents, the binding root, coupling, and the bound snapshot."
documentation = "https://docs.rs/polydigest"
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 = "polydigest"
path = "src/lib.rs"
[[test]]
name = "epoch_cmt_binding"
path = "tests/epoch_cmt_binding.rs"
[[test]]
name = "log_behavior"
path = "tests/log_behavior.rs"
[[test]]
name = "non_regression_d14"
path = "tests/non_regression_d14.rs"
[dependencies.cml]
version = "0.1"
package = "canonical-ml"
[dependencies.cmt]
version = "0.1"
package = "canonical-mt"
[dependencies.spine]
version = "0.1"
package = "merkle-spine"
[dev-dependencies.cml]
version = "0.1"
package = "canonical-ml"
[dev-dependencies.cmt]
version = "0.1"
package = "canonical-mt"
[dev-dependencies.sha2]
version = "0.10"
[dev-dependencies.smol]
version = "2.0"
[dev-dependencies.spine]
version = "0.1"
package = "merkle-spine"