polyc-eventlog-model 2026.9.0

Storage-agnostic event, integrity, trust, and navigation model for Polychrome journals.
# 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.97"
name = "polyc-eventlog-model"
version = "2026.9.0"
authors = ["Official Unofficial, Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Storage-agnostic event, integrity, trust, and navigation model for Polychrome journals."
readme = false
license = "Apache-2.0 OR MIT"
repository = "https://github.com/officialunofficial/polychrome"
resolver = "2"

[package.metadata.polychrome]
layer = "component"
foundation = true
plane_role = "shared"
provides = ["state-internal"]
capability_sites = ["PRV-02"]

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

[dependencies.bytes]
version = "1"

[dependencies.commonware-codec]
version = "2026.7.1"

[dependencies.hex]
version = "0.4"

[dependencies.polyc-crypto]
version = "=2026.9.0"

[dependencies.polyc-mmr]
version = "=2026.9.0"

[dependencies.regex]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies]

[lints.clippy]
dbg_macro = "deny"
module_name_repetitions = "allow"
redundant_pub_crate = "allow"
unwrap_used = "deny"

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "deny"
unreachable_pub = "warn"
unsafe_code = "forbid"

[lints.rustdoc]
all = "warn"