mpl-proxy 0.1.2

MPL sidecar proxy for MCP/A2A traffic
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"
rust-version = "1.75"
name = "mpl-proxy"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MPL sidecar proxy for MCP/A2A traffic"
homepage = "https://docs.skelfresearch.com/mpl"
documentation = "https://docs.skelfresearch.com/mpl"
readme = "README.md"
keywords = [
    "mpl",
    "ai-agents",
    "semantic",
    "protocol",
    "validation",
]
categories = [
    "development-tools",
    "api-bindings",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/Skelf-Research/mpl"

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

[[bin]]
name = "mpl-proxy"
path = "src/main.rs"

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.axum]
version = "0.7"
features = ["ws"]

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.config]
version = "0.14"

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

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

[dependencies.hyper]
version = "1.4"
features = ["full"]

[dependencies.hyper-util]
version = "0.1"
features = ["full"]

[dependencies.mpl_core]
version = "0.1.0"
package = "mpl-protocol"

[dependencies.prometheus]
version = "0.13"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tokio-tungstenite]
version = "0.24"

[dependencies.tower]
version = "0.4"
features = ["full"]

[dependencies.tracing]
version = "0.1"

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

[dependencies.uuid]
version = "1.10"
features = [
    "v4",
    "serde",
]

[dev-dependencies.a2a-rs]
version = "0.1"
features = [
    "server",
    "client",
    "http-client",
    "http-server",
]

[dev-dependencies.hyper-util]
version = "0.1"
features = ["tokio"]

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.rmcp]
version = "0.8"
features = [
    "server",
    "client",
    "transport-io",
    "transport-async-rw",
    "macros",
]

[dev-dependencies.schemars]
version = "1.1"