embacle-tool-host 0.21.1

Host your own tools to an ACP agent over a loopback MCP endpoint
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 = "2021"
name = "embacle-tool-host"
version = "0.21.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Host your own tools to an ACP agent over a loopback MCP endpoint"
readme = "README.md"
keywords = [
    "mcp",
    "acp",
    "llm",
    "tools",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/dravr-ai/dravr-embacle"

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

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

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

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

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

[dependencies.axum]
version = "0.8"

[dependencies.dravr-tronc]
version = "0.7.1"

[dependencies.embacle]
version = "0.21.1"

[dependencies.rand]
version = "0.8"

[dependencies.serde_json]
version = "1"

[dependencies.subtle]
version = "2"

[dependencies.tokio]
version = "1.45"
features = [
    "net",
    "rt",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.embacle]
version = "0.21.1"
features = ["copilot-headless"]

[dev-dependencies.futures-util]
version = "0.3"

[dev-dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dev-dependencies.tokio]
version = "1.45"
features = [
    "full",
    "test-util",
]

[dev-dependencies.tracing-subscriber]
version = "0.3"

[lints.clippy]
absolute_paths = "deny"
all = "deny"
expect_used = "deny"
nursery = "deny"
pedantic = "deny"
unwrap_used = "deny"