exchange 0.1.0

A minimal, configuration-driven HTTP reverse proxy built with hyper and tokio.
[[bin]]
name = "exchange"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.clap]
version = "4.5.51"

[dependencies.derive_more]
features = ["full"]
version = "2.0.1"

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

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

[dependencies.hyper-util]
version = "0.1.18"

[dependencies.reqwest]
version = "0.12.24"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
features = ["full", "sync"]
version = "1.48.0"

[dependencies.toml]
version = "0.9.8"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "web-programming", "asynchronous"]
description = "A minimal, configuration-driven HTTP reverse proxy built with hyper and tokio."
edition = "2024"
keywords = ["proxy", "reverse-proxy", "http", "hyper", "tokio"]
license = "MIT"
name = "exchange"
readme = "README.md"
repository = "https://github.com/shadertheory/exchange"
version = "0.1.0"