pingora 0.7.0

A framework to build fast, reliable and programmable networked systems at Internet scale.
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"
name = "pingora"
version = "0.7.0"
authors = ["Yuchen Wu <yuchen@cloudflare.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
A framework to build fast, reliable and programmable networked systems at Internet scale.
"""
readme = false
keywords = [
    "async",
    "proxy",
    "http",
    "pingora",
]
categories = [
    "asynchronous",
    "network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/cloudflare/pingora"

[package.metadata.docs.rs]
features = ["document-features"]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
any_tls = []
boringssl = [
    "pingora-core/boringssl",
    "pingora-proxy?/boringssl",
    "pingora-cache?/boringssl",
    "pingora-load-balancing?/boringssl",
    "openssl_derived",
]
cache = ["pingora-cache"]
connection_filter = [
    "pingora-core/connection_filter",
    "pingora-proxy?/connection_filter",
]
default = []
document-features = [
    "dep:document-features",
    "proxy",
    "lb",
    "cache",
    "time",
    "sentry",
    "connection_filter",
]
lb = [
    "pingora-load-balancing",
    "proxy",
]
openssl = [
    "pingora-core/openssl",
    "pingora-proxy?/openssl",
    "pingora-cache?/openssl",
    "pingora-load-balancing?/openssl",
    "openssl_derived",
]
openssl_derived = ["any_tls"]
patched_http1 = ["pingora-core/patched_http1"]
proxy = ["pingora-proxy"]
rustls = [
    "pingora-core/rustls",
    "pingora-proxy?/rustls",
    "pingora-cache?/rustls",
    "pingora-load-balancing?/rustls",
    "any_tls",
]
s2n = [
    "pingora-core/s2n",
    "pingora-proxy?/s2n",
    "pingora-cache?/s2n",
    "pingora-load-balancing?/s2n",
    "any_tls",
]
sentry = ["pingora-core/sentry"]
time = []

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

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

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

[dependencies.document-features]
version = "0.2.10"
optional = true

[dependencies.pingora-cache]
version = "0.7.0"
optional = true
default-features = false

[dependencies.pingora-core]
version = "0.7.0"
default-features = false

[dependencies.pingora-http]
version = "0.7.0"

[dependencies.pingora-load-balancing]
version = "0.7.0"
optional = true
default-features = false

[dependencies.pingora-proxy]
version = "0.7.0"
optional = true
default-features = false

[dependencies.pingora-timeout]
version = "0.7.0"

[dev-dependencies.async-trait]
version = "0.1.42"

[dev-dependencies.bytes]
version = "1.0"

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

[dev-dependencies.env_logger]
version = "0.11"

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

[dev-dependencies.hyper]
version = "0.14"

[dev-dependencies.log]
version = "0.4"

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

[dev-dependencies.prometheus]
version = "0.13"

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

[dev-dependencies.reqwest]
version = "0.11"
features = ["rustls"]
default-features = false

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "signal",
]

[target."cfg(unix)".dev-dependencies.hyperlocal]
version = "0.8"

[target."cfg(unix)".dev-dependencies.jemallocator]
version = "0.5"