arbiter-proxy 0.0.32

Async HTTP reverse proxy with middleware chain architecture
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 = "arbiter-proxy"
version = "0.0.32"
authors = ["Cyrene Ireland"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async HTTP reverse proxy with middleware chain architecture"
homepage = "https://cyrenei.github.io/arbiter-mcp-firewall"
readme = false
keywords = [
    "mcp",
    "firewall",
    "proxy",
    "security",
    "ai-agent",
]
categories = [
    "authentication",
    "network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/cyrenei/arbiter-mcp-firewall"
resolver = "2"

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.arbiter-audit]
version = "0.0.32"

[dependencies.arbiter-metrics]
version = "0.0.32"

[dependencies.bytes]
version = "1"

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

[dependencies.hyper]
version = "1"
features = [
    "server",
    "client",
    "http1",
    "http2",
]

[dependencies.hyper-util]
version = "0.1"
features = [
    "tokio",
    "server",
    "server-auto",
    "client",
    "client-legacy",
    "http1",
    "http2",
]

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

[dependencies.thiserror]
version = "2"

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

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

[dev-dependencies.tokio-test]
version = "0.4"