zlayer-proxy 0.11.2

High-performance reverse proxy with TLS termination and L4/L7 routing
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.85"
name = "zlayer-proxy"
version = "0.11.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance reverse proxy with TLS termination and L4/L7 routing"
readme = "README.md"
keywords = [
    "proxy",
    "reverse-proxy",
    "tls",
    "load-balancer",
]
categories = [
    "network-programming",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/BlackLeafDigital/ZLayer"

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

[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "serde",
]

[dependencies.dashmap]
version = "6"

[dependencies.hex]
version = "0.4"

[dependencies.http]
version = "1"

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

[dependencies.hyper]
version = "1.8"
features = [
    "full",
    "http2",
]

[dependencies.hyper-util]
version = "0.1"
features = ["full"]

[dependencies.instant-acme]
version = "0.7"

[dependencies.ipnet]
version = "2"

[dependencies.rcgen]
version = "0.13"

[dependencies.reqwest]
version = "0.13"
features = ["json"]

[dependencies.rustls]
version = "0.23"

[dependencies.rustls-pemfile]
version = "2"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.49"
features = [
    "full",
    "tracing",
]

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

[dependencies.tower]
version = "0.5"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.x509-parser]
version = "0.18"

[dependencies.zlayer-paths]
version = "0.11.2"

[dependencies.zlayer-spec]
version = "0.11.2"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tempfile]
version = "3"

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
dead_code = "warn"
unsafe_code = "warn"