[package] name = "kei-runtime-core" version = "0.1.0" edition.workspace = true rust-version.workspace = true description = "Hosted Sleep runtime substrate — 12 traits + DNA + plugin registry. No impls; impls live in sibling kei-{compute,llm,git,...}-* crates." authors = ["Denis Parfionovich "] license = "Apache-2.0" [lib] name = "kei_runtime_core" path = "src/lib.rs" [dependencies] async-trait = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } thiserror = { workspace = true } tokio = { workspace = true } sha2 = { workspace = true } rand = "0.8" subtle = "2" kei-shared = { path = "../kei-shared" } [dev-dependencies] tokio = { workspace = true } [package.metadata.keisei] backend = "none" description = "Hosted Sleep runtime traits + DNA registry; impls in sibling crates" authors = ["Denis Parfionovich "]