[package]
edition = "2024"
name = "vtcode-acp-client"
version = "0.68.0"
authors = ["vinhnx <vinhnx@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ACP client implementation for inter-agent communication and orchestration"
homepage = "https://github.com/vinhnx/vtcode"
documentation = "https://docs.rs/vtcode-acp-client"
readme = "README.md"
keywords = [
"vtcode",
"acp",
"agent",
"client-connection",
"vt",
]
categories = [
"api-bindings",
"network-programming",
"text-editors",
]
license = "MIT"
repository = "https://github.com/vinhnx/vtcode"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[lib]
name = "vtcode_acp_client"
path = "src/lib.rs"
[dependencies.agent-client-protocol]
version = "0.7.0"
[dependencies.anyhow]
version = "1.0"
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[dependencies.futures-util]
version = "0.3"
[dependencies.reqwest]
version = "0.12"
features = [
"json",
"stream",
]
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
version = "1.48"
features = ["full"]
[dependencies.tracing]
version = "0.1"
[dependencies.uuid]
version = "1.19.0"
features = ["v4"]