[[bin]]
name = "generate"
path = "rust/generate.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.async-broadcast]
version = "0.7.2"
[dependencies.futures]
version = "0.3"
[dependencies.log]
version = "0.4"
[dependencies.parking_lot]
version = "0.12"
[dependencies.schemars]
version = "1.0"
[dependencies.serde]
features = ["derive", "rc"]
version = "1.0"
[dependencies.serde_json]
features = ["raw_value"]
version = "1.0"
[dev-dependencies.env_logger]
version = "0.11"
[dev-dependencies.futures-util]
features = ["io"]
version = "0.3"
[dev-dependencies.rustyline]
version = "17.0.1"
[dev-dependencies.tokio]
features = ["macros", "rt", "time", "io-std", "io-util", "net", "process", "sync"]
version = "1.0"
[dev-dependencies.tokio-util]
features = ["compat"]
version = "0.7.16"
[[example]]
name = "agent"
path = "rust/example_agent.rs"
[[example]]
name = "client"
path = "rust/example_client.rs"
[lib]
doctest = false
name = "agent_client_protocol"
path = "rust/acp.rs"
[package]
authors = ["Zed <hi@zed.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "api-bindings"]
description = "A protocol for standardizing communication between code editors and AI coding agents"
documentation = "https://docs.rs/agent-client-protocol"
edition = "2024"
homepage = "https://github.com/zed-industries/agent-client-protocol"
include = ["/rust/**/*.rs", "/README.md", "/LICENSE-APACHE", "/Cargo.toml"]
keywords = ["agent", "client", "protocol", "ai", "editor"]
license = "Apache-2.0"
name = "agent-client-protocol"
readme = "README.md"
repository = "https://github.com/zed-industries/agent-client-protocol"
version = "0.1.1"