[package]
name = "sui-protocol"
description = "Single source of truth for every wire type in the sui system: rkyv-over-UDS for daemon ↔ local CLI (zero-copy hot path), tonic + protobuf for cross-host (REAPI-shaped for fleet work-stealing, tvix-castore-shaped for substituter), async-nats for fleet pub/sub. Drift between client and daemon is a compile error."
keywords = ["sui", "protocol", "ipc", "rkyv", "tonic"]
categories = ["network-programming", "encoding"]
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
rkyv.workspace = true
bytecheck.workspace = true
blake3.workspace = true
thiserror.workspace = true
sui-graph-store.workspace = true
[dev-dependencies]
proptest.workspace = true
pretty_assertions.workspace = true
[lints.clippy]
pedantic = "warn"