proksi 0.6.1

A batteries-included reverse proxy with automatic HTTPS using Cloudflare Pingora and Let's Encrypt.
[[bin]]
name = "proksi"
path = "src/main.rs"

[dependencies.TinyUFO]
version = "0.5.0"

[dependencies.acme-v2]
version = "0.9.3"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.arc-swap]
version = "1.7.1"

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

[dependencies.bollard]
version = "0.16.1"

[dependencies.bollard-stubs]
version = "=1.44.0-rc.2"

[dependencies.bytes]
version = "1.10.1"

[dependencies.clap]
features = ["derive", "cargo"]
version = "4.5.41"

[dependencies.cookie]
features = ["private"]
version = "0.18.1"

[dependencies.dashmap]
version = "6.1.0"

[dependencies.figment]
features = ["yaml", "env"]
version = "0.10.19"

[dependencies.hcl-rs]
version = "0.19.2"

[dependencies.http]
version = "1.2.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.jsonwebtoken]
default-features = false
version = "9.3.1"

[dependencies.nix]
features = ["signal"]
version = "0.30.1"

[dependencies.notify]
default-features = false
features = ["fsevent-sys"]
version = "8.0.0"

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.openssl]
features = ["vendored"]
version = "0.10"

[dependencies.papaya]
version = "0.2.3"

[dependencies.path-tree]
version = "0.8.3"

[dependencies.pingora]
features = ["lb", "openssl", "proxy", "cache"]
version = "0.5.0"

[dependencies.pingora-cache]
version = "0.5.0"

[dependencies.pingora-error]
version = "0.5.0"

[dependencies.prometheus]
version = "0.14.0"

[dependencies.r2d2]
version = "0.8.10"

[dependencies.redis]
features = ["r2d2"]
version = "0.32.4"

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

[dependencies.seize]
version = "0.5.0"

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.short-crypt]
version = "1.0.28"

[dependencies.time]
version = "0.3.41"

[dependencies.tokio]
features = ["sync", "rt-multi-thread", "fs", "io-std"]
version = "1.46.1"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
features = ["json", "env-filter"]
version = "0.3.19"

[dependencies.uuid]
features = ["v4"]
version = "1.17.0"

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

[dev-dependencies.figment]
features = ["toml", "yaml", "env", "test"]
version = "0.10.19"

[package]
authors = ["The Proksi Contributors <toaster.chicory-0b@icloud.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming::http-server", "network-programming"]
description = "A batteries-included reverse proxy with automatic HTTPS using Cloudflare Pingora and Let's Encrypt."
edition = "2021"
exclude = ["*.yaml", "*.yml", "*.toml", "src/*.md", "examples/", "dist/", "docs/", "target/", "tests/", "assets/", "tmp/", "Makefile", "Dockerfile", "gitbook/", ".github/"]
homepage = "https://github.com/luizfonseca/proksi"
keywords = ["proxy", "https", "reverse-proxy", "load-balancer", "pingora"]
license = "MIT OR Apache-2.0"
name = "proksi"
readme = "README.md"
repository = "https://github.com/luizfonseca/proksi"
rust-version = "1.85.0"
version = "0.6.1"