acpr 0.3.0

Run agents from the ACP 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"
name = "acpr"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Run agents from the ACP registry"
homepage = "https://github.com/agentclientprotocol/acpr"
documentation = "https://docs.rs/acpr"
readme = "README.md"
keywords = [
    "acp",
    "agent",
    "cli",
    "registry",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/agentclientprotocol/acpr"

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

[[bin]]
name = "acpr"
path = "src/main.rs"

[[example]]
name = "acp_integration"
path = "examples/acp_integration.rs"

[[example]]
name = "bytestreams_integration"
path = "examples/bytestreams_integration.rs"

[[example]]
name = "client_connection"
path = "examples/client_connection.rs"

[[example]]
name = "complete_interface"
path = "examples/complete_interface.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[dependencies.agent-client-protocol]
version = "0.11"

[dependencies.anstyle]
version = "1.0.14"

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

[dependencies.dirs]
version = "6.0.0"

[dependencies.flate2]
version = "1.1.9"

[dependencies.reqwest]
version = "0.13.2"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tar]
version = "0.4.45"

[dependencies.tokio]
version = "1.52.1"
features = [
    "rt",
    "macros",
    "io-util",
    "process",
    "fs",
]

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

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"

[dependencies.zip]
version = "8.5.1"

[dev-dependencies.tempfile]
version = "3.27.0"

[dev-dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]