cardinal-proxy 0.2.36

Pingora-based HTTP proxy implementation for the Cardinal gateway
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1.10.1"

[dependencies.cardinal-base]
version = "0.2.36"

[dependencies.cardinal-config]
version = "0.2.36"

[dependencies.cardinal-errors]
version = "0.2.36"

[dependencies.cardinal-plugins]
version = "0.2.36"

[dependencies.cardinal-wasm-plugins]
version = "0.2.36"

[dependencies.http]
version = "1.3.1"

[dependencies.parking_lot]
version = "0.12.3"

[dependencies.pingora]
features = ["proxy", "openssl", "openssl"]
version = "0.6.0"

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.time]
version = "0.3.44"

[dependencies.tokio]
features = ["full"]
version = "1.44.2"

[dependencies.tracing]
version = "0.1.41"

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

[package]
authors = ["Andres Pirela <andres@example.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "web-programming::http-server"]
description = "Pingora-based HTTP proxy implementation for the Cardinal gateway"
edition = "2021"
homepage = "https://github.com/andrespirela/cardinal"
keywords = ["reverse-proxy", "gateway", "pingora", "http"]
license = "Apache-2.0"
name = "cardinal-proxy"
readme = "README.md"
repository = "https://github.com/andrespirela/cardinal"
version = "0.2.36"