# 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" rust-version = "1.79.0" name = "proksi" version = "0.4.8" authors = ["The Proksi Contributors "] build = false exclude = [ "*.yaml", "*.yml", "*.toml", "src/*.md", "examples/", "dist/", "docs/", "target/", "tests/", "assets/", "tmp/", "Makefile", "Dockerfile", "gitbook/", ".github/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A batteries-included reverse proxy with automatic HTTPS using Cloudflare Pingora and Let's Encrypt." homepage = "https://github.com/luizfonseca/proksi" readme = "README.md" keywords = [ "proxy", "https", "reverse-proxy", "load-balancer", "pingora", ] categories = [ "web-programming::http-server", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/luizfonseca/proksi" [profile.dev] opt-level = 0 incremental = true [profile.release] lto = true codegen-units = 1 debug = 0 panic = "abort" incremental = true strip = true [[bin]] name = "proksi" path = "src/main.rs" [[bench]] name = "dashmap_arc" path = "benches/dashmap_arc.rs" harness = false [dependencies.TinyUFO] version = "0.3.0" [dependencies.acme-v2] version = "0.9.3" [dependencies.anyhow] version = "1.0.89" [dependencies.arc-swap] version = "1.7.1" [dependencies.async-trait] version = "0.1.83" [dependencies.bollard] version = "0.16.1" [dependencies.bollard-stubs] version = "=1.44.0-rc.2" [dependencies.bytes] version = "1.7.2" [dependencies.clap] version = "4.5.20" features = [ "derive", "cargo", ] [dependencies.cookie] version = "0.18.1" features = ["private"] [dependencies.dashmap] version = "6.1.0" [dependencies.figment] version = "0.10.19" features = [ "yaml", "env", ] [dependencies.hcl-rs] version = "0.18.2" [dependencies.http] version = "1.1.0" [dependencies.itertools] version = "0.13.0" [dependencies.jsonwebtoken] version = "9.3.0" default-features = false [dependencies.nix] version = "0.29.0" features = ["signal"] [dependencies.notify] version = "6.1.1" features = ["fsevent-sys"] default-features = false [dependencies.num_cpus] version = "1.16.0" [dependencies.once_cell] version = "1.20.2" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.papaya] version = "0.1.3" [dependencies.path-tree] version = "0.8.1" [dependencies.pingora] version = "0.3.0" features = [ "lb", "openssl", "proxy", "cache", ] [dependencies.pingora-cache] version = "0.3.0" [dependencies.prometheus] version = "0.13.4" [dependencies.reqwest] version = "0.12.8" features = ["json"] [dependencies.seize] version = "0.4.5" [dependencies.serde] version = "1.0.210" [dependencies.serde_json] version = "1.0.128" [dependencies.short-crypt] version = "1.0.28" [dependencies.time] version = "0.3.36" [dependencies.tokio] version = "1.40.0" features = [ "sync", "rt-multi-thread", "fs", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "json", "env-filter", ] [dependencies.uuid] version = "1.10.0" features = ["v4"] [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.figment] version = "0.10.19" features = [ "toml", "yaml", "env", "test", ]