[go: up one dir, main page]

agent-client-protocol 0.6.0

A protocol for standardizing communication between code editors and AI coding agents
Documentation
[dependencies.agent-client-protocol-schema]
version = "0.5.0"

[dependencies.anyhow]
version = "1"

[dependencies.async-broadcast]
version = "0.7"

[dependencies.async-trait]
version = "0.1"

[dependencies.derive_more]
features = ["from"]
version = "2"

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.12"

[dependencies.serde]
features = ["derive", "rc"]
version = "1"

[dependencies.serde_json]
features = ["raw_value"]
version = "1"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.futures-util]
features = ["io"]
version = "0.3"

[dev-dependencies.piper]
version = "0.2"

[dev-dependencies.pretty_assertions]
version = "1"

[dev-dependencies.rustyline]
version = "17"

[dev-dependencies.tokio]
features = ["macros", "rt", "time", "io-std", "io-util", "net", "process", "sync"]
version = "1"

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

[features]
unstable = ["agent-client-protocol-schema/unstable"]

[lib]
name = "agent_client_protocol"
path = "src/lib.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/agentclientprotocol/rust-sdk"
include = ["/src/**/*.rs", "/README.md", "/LICENSE", "/Cargo.toml"]
keywords = ["agent", "client", "protocol", "ai", "editor"]
license = "Apache-2.0"
name = "agent-client-protocol"
readme = "README.md"
repository = "https://github.com/agentclientprotocol/rust-sdk"
version = "0.6.0"