[package] name = "everycycle-api" description = "Native EveryCycle client API: request/event types, IPC framing, transport trait. The stable surface that compatibility shims and first-party clients write against." version.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true authors.workspace = true repository.workspace = true # The unit of publication is the repo, not the crates (decided 2026-08-06). publish = false [dependencies] serde = { version = "1", features = ["derive"] } [lints] workspace = true