# 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", ]