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