agent-client-protocol-conductor 0.11.1

Conductor for orchestrating Agent Client Protocol proxy chains
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 = "agent-client-protocol-conductor"
version = "0.11.1"
authors = ["Zed <hi@zed.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Conductor for orchestrating Agent Client Protocol proxy chains"
homepage = "https://github.com/agentclientprotocol/rust-sdk"
readme = "README.md"
keywords = [
    "acp",
    "agent",
    "conductor",
    "ai",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/agentclientprotocol/rust-sdk"

[features]
test-support = []

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

[[bin]]
name = "agent-client-protocol-conductor"
path = "src/main.rs"

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

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

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

[[test]]
name = "mcp-integration"
path = "tests/mcp-integration.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.agent-client-protocol-schema]
version = "=0.12.0"
features = ["tracing"]

[dependencies.agent-client-protocol-tokio]
version = "0.11.1"

[dependencies.agent-client-protocol-trace-viewer]
version = "0.11.0"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-stream]
version = "0.3.6"

[dependencies.axum]
version = "0.8"

[dependencies.chrono]
version = "0.4"

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

[dependencies.futures]
version = "0.3.32"

[dependencies.futures-concurrency]
version = "7.6.3"

[dependencies.hyper]
version = "1.0"

[dependencies.rustc-hash]
version = "2.1.1"

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

[dependencies.serde_json]
version = "1"
features = ["raw_value"]

[dependencies.shell-words]
version = "1.1"

[dependencies.strip-ansi-escapes]
version = "0.2"

[dependencies.thiserror]
version = "2.0"

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

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

[dependencies.tower]
version = "0.5"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

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

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

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

[dev-dependencies.expect-test]
version = "1.5"

[dev-dependencies.regex]
version = "1.12.2"

[dev-dependencies.rmcp]
version = "1.2.0"
features = [
    "server",
    "transport-io",
    "schemars",
    "client",
    "server",
    "transport-io",
    "transport-child-process",
]

[dev-dependencies.schemars]
version = "1.0"
features = ["derive"]

[lints.clippy]
doc_markdown = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
needless_pass_by_value = "allow"
similar_names = "allow"
struct_field_names = "allow"
too_many_lines = "allow"
type_complexity = "allow"
wildcard_imports = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
let-underscore = "warn"
missing_debug_implementations = "warn"

[lints.rust.future_incompatible]
level = "warn"
priority = -1

[lints.rust.nonstandard_style]
level = "warn"
priority = -1

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1

[lints.rust.unused]
level = "warn"
priority = -1