[package]
name = "profile-runtime"
version = "0.1.0"
edition = "2021"
rust-version = "1.75.0"
license = "MIT"
description = "Canonical effective constitution and profile composition runtime for the local-first AI systems stack"
readme = "README.md"
[dependencies]
assurance-runtime = { version = "0.1.0", path = "../assurance-runtime" }
attestation-exchange = { version = "0.1.0", path = "../attestation-exchange" }
authority-delegation = { version = "0.1.0", path = "../authority-delegation" }
continuity-runtime = { version = "0.1.0", path = "../continuity-runtime" }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
schemars = { workspace = true }
stack-ids = { version = "0.1.1", path = "../stack-ids" }
thiserror = { workspace = true }
tracing = { workspace = true }
verification-policy = { version = "0.1.0", path = "../verification-policy" }
[dev-dependencies]
proptest = { workspace = true }
serde_json = { workspace = true }
[lints]
workspace = true