[package]
edition = "2024"
rust-version = "1.97"
name = "polyc-eventlog-host"
version = "2026.9.0"
authors = ["Official Unofficial, Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Durable turn-persistence host: a dedicated-thread Commonware event-log bridge for the tokio control plane (#459)."
readme = false
license = "Apache-2.0 OR MIT"
repository = "https://github.com/officialunofficial/polychrome"
resolver = "2"
[package.metadata.polychrome]
layer = "component"
plane_role = "shared"
provides = [
"physical-authority-handle",
"state-internal",
]
capability_sites = [
"PRV-03",
"PRV-04",
]
[features]
test-util = []
[lib]
name = "polyc_eventlog_host"
path = "src/lib.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.commonware-runtime]
version = "2026.7.1"
[dependencies.commonware-storage]
version = "2026.7.1"
[dependencies.hex]
version = "0.4"
[dependencies.polyc-crypto]
version = "=2026.9.0"
[dependencies.polyc-eventlog]
version = "=2026.9.0"
[dependencies.polyc-host]
version = "=2026.9.0"
[dependencies.polyc-mmr]
version = "=2026.9.0"
[dependencies.polyc-proto]
version = "=2026.9.0"
[dependencies.prometheus]
version = "0.14"
[dependencies.serde_json]
version = "1"
[dependencies.sha2]
version = "0.11"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
version = "1"
features = [
"sync",
"rt-multi-thread",
]
[dependencies.tokio-util]
version = "0.7"
features = ["rt"]
[dependencies.tracing]
version = "0.1"
[dependencies.uuid]
version = "1"
features = [
"v4",
"v5",
"v7",
]
[dev-dependencies.tokio]
version = "1"
features = [
"macros",
"rt-multi-thread",
"time",
]
[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"