[[bin]]
name = "reverse-http-proxy"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.httparse]
version = "1.8"
[dependencies.tokio]
features = ["full"]
version = "1.0"
[package]
authors = ["jvtubergen"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "web-programming::http-server", "command-line-utilities"]
description = "A minimal reverse proxy for path-based HTTP routing with optional URL rewriting"
documentation = "https://docs.rs/reverse-http-proxy"
edition = "2021"
homepage = "https://github.com/jvtubergen/reverse-http-proxy"
keywords = ["proxy", "reverse-proxy", "routing", "http", "async"]
license = "MIT"
name = "reverse-http-proxy"
readme = "README.md"
repository = "https://github.com/jvtubergen/reverse-http-proxy"
rust-version = "1.70"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]