http-mitm-proxy 0.9.0

A HTTP proxy server library intended to be a backend of application like Burp proxy.
Documentation
[dependencies.bytes]
version = "1.7.1"

[dependencies.futures]
version = "0.3.29"

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

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

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

[dependencies.moka]
features = ["sync"]
version = "0.12.8"

[dependencies.native-tls]
features = ["alpn"]
version = "0.2.12"

[dependencies.rcgen]
version = "0.13.1"

[dependencies.rustls]
version = "0.23.3"

[dependencies.thiserror]
version = "1.0.62"

[dependencies.tokio]
features = ["macros", "rt", "rt-multi-thread", "parking_lot", "io-util", "net"]
version = "1.39.3"

[dependencies.tokio-native-tls]
version = "0.3.1"

[dependencies.tokio-rustls]
version = "0.26.0"

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.axum]
features = ["http2"]
version = "0.7.2"

[dev-dependencies.clap]
features = ["derive"]
version = "4.5.16"

[dev-dependencies.rcgen]
features = ["x509-parser"]
version = "0.13.1"

[dev-dependencies.reqwest]
features = ["native-tls-alpn"]
version = "0.12.7"

[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.18"

[[example]]
name = "dev_proxy"
path = "examples/dev_proxy.rs"

[[example]]
name = "proxy"
path = "examples/proxy.rs"

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

[package]
authors = ["hatoo <hato2000@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["network-programming", "web-programming::http-server"]
description = "A HTTP proxy server library intended to be a backend of application like Burp proxy."
edition = "2021"
keywords = ["http", "proxy", "http-proxy"]
license = "MIT"
name = "http-mitm-proxy"
readme = "README.md"
repository = "https://github.com/hatoo/http-mitm-proxy"
version = "0.9.0"

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