hyproxy 0.12.0

Proxy helpers for hyper services
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.87"
name = "hyproxy"
version = "0.12.0"
authors = ["Alex Rudy <opensource@alexrudy.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proxy helpers for hyper services"
documentation = "https://docs.rs/hyproxy"
readme = "README.md"
keywords = [
    "hyper",
    "http",
    "server",
    "async",
]
categories = [
    "network-programming",
    "web-programming::http-server",
]
license = "MIT"
repository = "https://github.com/alexrudy/hyproxy"

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

[dependencies.bytes]
version = "1.11.0"

[dependencies.chateau]
version = "0.3"

[dependencies.http]
version = "1.4.0"

[dependencies.hyper]
version = "1.8.1"

[dependencies.hyperdriver]
version = "0.12"
features = ["stream"]

[dependencies.nom]
version = "7.1.3"

[dependencies.pin-project-lite]
version = "0.2.16"

[dependencies.thiserror]
version = "2.0.18"

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

[dependencies.tower]
version = "0.5.3"

[dependencies.tracing]
version = "0.1.44"