Files
xintaofei ac0d849a7b chore: upgrade sacp to 11.0.0 stable and agent-client-protocol-schema to 0.11
- Upgrade sacp/sacp-tokio from 11.0.0-alpha.1 to 11.0.0 stable
- Upgrade agent-client-protocol-schema from 0.10 to 0.11
- Rebase vendor/sacp-tokio patches (kill_tree, CREATE_NO_WINDOW, stderr
  truncation) onto official 11.0.0 baseline
- Adapt renamed types: FileSystemCapability → FileSystemCapabilities,
  KillTerminalCommandRequest/Response → KillTerminalRequest/Response

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 22:10:15 +08:00

81 lines
1.6 KiB
TOML

# 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"
name = "sacp-tokio"
version = "11.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tokio-based utilities for SACP (Symposium's extensions to ACP)"
readme = "README.md"
keywords = [
"acp",
"agent",
"protocol",
"ai",
"tokio",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/symposium-dev/symposium-acp"
resolver = "2"
[lib]
name = "sacp_tokio"
path = "src/lib.rs"
[[test]]
name = "debug_logging"
path = "tests/debug_logging.rs"
[dependencies.futures]
version = "0.3.31"
[dependencies.sacp]
version = "11.0.0"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.shell-words]
version = "1.1"
[dependencies.tokio]
version = "1.48"
features = ["full"]
[dependencies.kill_tree]
version = "0.2"
[dependencies.tokio-util]
version = "0.7"
features = ["compat"]
[dev-dependencies.expect-test]
version = "1.5"
[dev-dependencies.tokio]
version = "1.48"
features = [
"full",
"macros",
"rt-multi-thread",
]