acp-agent 0.0.0

CLI for discovering, installing, launching, and proxying ACP agents from the public registry
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "acp-agent"
version = "0.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for discovering, installing, launching, and proxying ACP agents from the public registry"
homepage = "https://github.com/observerw/acp-agent-rs"
documentation = "https://docs.rs/acp-agent"
readme = false
keywords = [
    "acp",
    "agent",
    "cli",
    "proxy",
    "rpc",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/observerw/acp-agent-rs"

[lib]
name = "acp_agent"
path = "src/lib.rs"

[[bin]]
name = "acp-agent"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.bzip2]
version = "0.6.1"

[dependencies.clap]
version = "4.6.0"
features = ["derive"]

[dependencies.dirs]
version = "6.0.0"

[dependencies.flate2]
version = "1.1.9"

[dependencies.http-body-util]
version = "0.1.3"

[dependencies.hyper]
version = "1.5.2"
features = [
    "client",
    "http1",
    "http2",
    "server",
]

[dependencies.hyper-util]
version = "0.1.10"
features = [
    "http1",
    "http2",
    "server",
    "tokio",
]

[dependencies.jsonrpsee]
version = "0.26.0"
features = [
    "server",
    "ws-client",
]

[dependencies.reqwest]
version = "0.13.2"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tar]
version = "0.4.45"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.tokio]
version = "1.50.0"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1.17"

[dependencies.zip]
version = "8.4.0"

[dev-dependencies.agent-client-protocol]
version = "0.10.3"

[dev-dependencies.async-trait]
version = "0.1.89"

[dev-dependencies.futures-util]
version = "0.3.31"
features = ["sink"]

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

[dev-dependencies.tokio-tungstenite]
version = "0.29.0"

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