agntcy-agentbridge-cli 0.1.2

CLI binary for the agentbridge general-purpose agent interconnect.
# 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 = "2021"
rust-version = "1.88"
name = "agntcy-agentbridge-cli"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI binary for the agentbridge general-purpose agent interconnect."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/agntcy/shadi"

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

[dependencies.a2a]
version = "0.3.0"
package = "a2a-lf"

[dependencies.a2a-server]
version = "0.4.1"
package = "a2a-server-lf"

[dependencies.agent_secrets]
version = "0.2.0"
package = "agntcy-shadi-agent-secrets"

[dependencies.agentbridge]
version = "0.1.2"
package = "agntcy-agentbridge"

[dependencies.anyhow]
version = "1"

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

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

[dependencies.futures]
version = "0.3"

[dependencies.serde_json]
version = "1.0"

[dependencies.shadi_a2a]
version = "0.1.2"
package = "agntcy-shadi-a2a"

[dependencies.shadi_identity]
version = "0.1.1"
package = "agntcy-shadi-identity"

[dependencies.shadi_mas]
version = "0.1.2"
package = "agntcy-shadi-mas"

[dependencies.shadi_sandbox]
version = "0.1.1"
package = "agntcy-shadi-sandbox"

[dependencies.slim_bindings]
version = "2.0.0-alpha.8"
package = "agntcy-slim-bindings"

[dependencies.slim_rpc]
version = "2.0.0-alpha.7"
package = "agntcy-slim-rpc"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "signal",
    "time",
]

[dependencies.tracing]
version = "0.1"

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

[dependencies.uuid]
version = "1"
features = ["v4"]