sacp 10.1.0

Core protocol types and traits for SACP (Symposium's extensions to ACP)
Documentation
[dependencies.agent-client-protocol-schema]
version = "0.10.5"

[dependencies.anyhow]
version = "1.0"

[dependencies.boxfnonce]
version = "0.1.1"

[dependencies.futures]
version = "0.3.31"

[dependencies.futures-concurrency]
version = "7.6.3"

[dependencies.fxhash]
version = "0.2.1"

[dependencies.jsonrpcmsg]
version = "0.1.2"

[dependencies.rmcp]
features = ["server", "transport-io", "schemars", "server"]
version = "0.12.0"

[dependencies.sacp-derive]
version = "10.0.0"

[dependencies.schemars]
features = ["derive"]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
features = ["full"]
version = "1.48"

[dependencies.tokio-util]
features = ["compat"]
version = "0.7"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
features = ["v4"]
version = "1.18"

[dev-dependencies.clap]
features = ["derive", "derive"]
version = "4.5"

[dev-dependencies.expect-test]
version = "1.5"

[dev-dependencies.shell-words]
version = "1.1"

[dev-dependencies.tokio]
features = ["full", "macros", "rt-multi-thread", "io-util", "time", "process"]
version = "1.48"

[dev-dependencies.tokio-util]
features = ["compat"]
version = "0.7"

[[example]]
name = "simple_agent"
path = "examples/simple_agent.rs"

[[example]]
name = "yolo_one_shot_client"
path = "examples/yolo_one_shot_client.rs"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "Core protocol types and traits for SACP (Symposium's extensions to ACP)"
edition = "2024"
keywords = ["acp", "agent", "protocol", "ai"]
license = "MIT OR Apache-2.0"
name = "sacp"
readme = "README.md"
repository = "https://github.com/symposium-dev/symposium-acp"
resolver = "2"
version = "10.1.0"

[[test]]
name = "derive_macros"
path = "tests/derive_macros.rs"

[[test]]
name = "jsonrpc_advanced"
path = "tests/jsonrpc_advanced.rs"

[[test]]
name = "jsonrpc_connection_builder"
path = "tests/jsonrpc_connection_builder.rs"

[[test]]
name = "jsonrpc_edge_cases"
path = "tests/jsonrpc_edge_cases.rs"

[[test]]
name = "jsonrpc_error_handling"
path = "tests/jsonrpc_error_handling.rs"

[[test]]
name = "jsonrpc_hello"
path = "tests/jsonrpc_hello.rs"

[[test]]
name = "match_message"
path = "tests/match_message.rs"