pingap-proxy 0.13.1

Proxy for pingap
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 = "2024"
name = "pingap-proxy"
version = "0.13.1"
authors = ["Tree Xie <tree.xie@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proxy for pingap"
homepage = "https://github.com/vicanso/pingap"
readme = false
keywords = [
    "pingap",
    "proxy",
]
license = "Apache-2.0"
repository = "https://github.com/vicanso/pingap"

[features]
tracing = [
    "pingap-otel",
    "humantime",
]

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

[dependencies.ahash]
version = "0.8.12"

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

[dependencies.bstr]
version = "1.12.1"

[dependencies.bytes]
version = "1.11.1"

[dependencies.cfg-if]
version = "1.0.4"

[dependencies.http]
version = "1.4.0"

[dependencies.humantime]
version = "2.3.0"
optional = true

[dependencies.itoa]
version = "1.0.17"

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.pingap-acme]
version = "0.13.1"

[dependencies.pingap-certificate]
version = "0.13.1"

[dependencies.pingap-config]
version = "0.13.1"

[dependencies.pingap-core]
version = "0.13.1"

[dependencies.pingap-location]
version = "0.13.1"

[dependencies.pingap-logger]
version = "0.13.1"

[dependencies.pingap-otel]
version = "0.13.1"
optional = true

[dependencies.pingap-performance]
version = "0.13.1"

[dependencies.pingap-upstream]
version = "0.13.1"

[dependencies.pingap-util]
version = "0.13.1"

[dependencies.pingora]
version = "0.8.0"
features = [
    "lb",
    "openssl",
    "cache",
]
default-features = false

[dependencies.scopeguard]
version = "1.2.0"

[dependencies.snafu]
version = "0.9.0"
features = ["std"]
default-features = false

[dependencies.tokio]
version = "1.50.0"
features = ["fs"]
default-features = false

[dependencies.tracing]
version = "0.1.44"

[dev-dependencies.criterion]
version = "0.7.0"
features = ["html_reports"]

[dev-dependencies.pretty_assertions]
version = "1.4.1"

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

[dev-dependencies.tokio-test]
version = "0.4.4"