agecli-skill-protocol 0.2.1

Wire protocol contract for agecli skill ↔ host UDS communication (binary framing + payload types)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[lib]
name = "agecli_skill_protocol"
path = "src/lib.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.150"

[dependencies.tokio]
version = "1.52"
features = ["io-util"]
default-features = false

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