agecli-skill-protocol 0.2.1

Wire protocol contract for agecli skill ↔ host UDS communication (binary framing + payload types)
Documentation
[package]
name = "agecli-skill-protocol"
description = "Wire protocol contract for agecli skill ↔ host UDS communication (binary framing + payload types)"
version = "0.2.1"
edition = "2024"
license = "MIT"
rust-version = "1.85"
repository = "https://gitlab.ecogy.ru/tenogy/agecli-skill-protocol"
homepage = "https://agecli.com"
keywords = ["agecli", "skill", "protocol", "ipc"]
categories = ["network-programming"]

[dependencies]
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.150"
tokio = { version = "1.52", default-features = false, features = ["io-util"] }
base64 = "0.22.1"

[dev-dependencies]
tokio = { version = "1.52", features = ["macros", "rt", "io-util"] }