[package]
name = "subc-protocol"
version = "0.4.0"
edition = "2021"
publish = true
description = "Shared wire contract for subc <-> modules: the 17-byte envelope, the Frame (header + opaque body), channel-0 control bodies, route.bind/RouteTarget session shapes, and the capability manifest. Single source of truth, depended on by subc-core and AFT."
license = "MIT"
repository = "https://github.com/cortexkit/subconscious"
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"