| 1 |
[package] |
| 2 |
name = "everycycle-api" |
| 3 |
description = "Native EveryCycle client API: request/event types, IPC framing, transport trait. The stable surface that compatibility shims and first-party clients write against." |
| 4 |
version.workspace = true |
| 5 |
edition.workspace = true |
| 6 |
rust-version.workspace = true |
| 7 |
license.workspace = true |
| 8 |
authors.workspace = true |
| 9 |
repository.workspace = true |
| 10 |
# The unit of publication is the repo, not the crates (decided 2026-08-06). |
| 11 |
publish = false |
| 12 |
|
| 13 |
[dependencies] |
| 14 |
serde = { version = "1", features = ["derive"] } |
| 15 |
|
| 16 |
[lints] |
| 17 |
workspace = true |
| 18 |
|