[package]
edition = "2024"
name = "agent-client-protocol-polyfill"
version = "0.13.1"
authors = ["Zed <hi@zed.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Polyfill proxies for Agent Client Protocol backward compatibility"
homepage = "https://github.com/agentclientprotocol/rust-sdk"
readme = false
keywords = [
"acp",
"agent",
"mcp",
"polyfill",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/agentclientprotocol/rust-sdk"
[lib]
name = "agent_client_protocol_polyfill"
path = "src/lib.rs"
[dependencies.agent-client-protocol]
version = "0.13.1"
features = ["unstable_mcp_over_acp"]
[dependencies.anyhow]
version = "1.0"
[dependencies.async-stream]
version = "0.3.6"
[dependencies.axum]
version = "0.8"
[dependencies.futures]
version = "0.3.32"
[dependencies.futures-concurrency]
version = "7.6.3"
[dependencies.rustc-hash]
version = "2.1.1"
[dependencies.serde_json]
version = "1"
features = ["raw_value"]
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
version = "1.52"
features = ["full"]
[dependencies.tokio-util]
version = "0.7"
features = ["compat"]
[dependencies.tracing]
version = "0.1"
[dependencies.uuid]
version = "1.18"
features = ["v4"]
[lints.clippy]
doc_markdown = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
needless_pass_by_value = "allow"
similar_names = "allow"
struct_field_names = "allow"
too_many_lines = "allow"
type_complexity = "allow"
wildcard_imports = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
let-underscore = "warn"
missing_debug_implementations = "warn"
[lints.rust.future_incompatible]
level = "warn"
priority = -1
[lints.rust.nonstandard_style]
level = "warn"
priority = -1
[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1
[lints.rust.unused]
level = "warn"
priority = -1