proksi 0.4.2

A batteries-included reverse proxy with automatic HTTPS using Cloudflare Pingora and Let's Encrypt.
[[bench]]
harness = false
name = "dashmap_arc"
[dependencies.TinyUFO]
version = "0.2.0"

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

[dependencies.anyhow]
version = "1.0.86"

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

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

[dependencies.bollard]
version = "0.16.1"

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

[dependencies.bytes]
version = "1.6.0"

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

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

[dependencies.dashmap]
version = "6.0.1"

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

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

[dependencies.http]
version = "1.1.0"

[dependencies.itertools]
version = "0.13.0"

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

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

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

[dependencies.num_cpus]
version = "1.16.0"

[dependencies.once_cell]
version = "1.19.0"

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

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

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

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

[dependencies.prometheus]
version = "0.13.4"

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

[dependencies.serde]
version = "1.0.203"

[dependencies.serde_json]
version = "1.0.117"

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

[dependencies.time]
version = "0.3.36"

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

[dependencies.tracing]
version = "0.1.40"

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

[dependencies.uuid]
features = ["v4"]
version = "1.9.0"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.4"

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

[package]
authors = ["The Proksi Contributors <toaster.chicory-0b@icloud.com>"]
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.79.0"
version = "0.4.2"
[profile.dev]
incremental = true
opt-level = 0

[profile.release]
codegen-units = 1
debug = 0
incremental = true
lto = true
panic = "abort"
strip = true