[package]
name = "polyc-host"
version.workspace = true
description = "Generic dedicated-thread bridge from the tokio control plane to a Commonware-runtime-backed durable store."
edition.workspace = true
license.workspace = true
authors.workspace = true
rust-version.workspace = true
repository.workspace = true
[package.metadata.polychrome]
layer = "component"
foundation = true
plane_role = "shared"
[package.metadata.dist]
dist = false
[dependencies]
commonware-runtime.workspace = true
commonware-macros.workspace = true
tokio = { workspace = true, features = ["sync"] }
tokio-util.workspace = true
thiserror.workspace = true
tracing.workspace = true
async-trait.workspace = true
[dev-dependencies]
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "sync", "time"] }
uuid.workspace = true
[lints]
workspace = true