flexd 0.2.5

Hardened web server and reverse proxy: TLS/HTTP3, ACME, rate limiting, host policy, GeoIP, A/B splitting, privilege dropping
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 = "2024"
rust-version = "1.85"
name = "flexd"
version = "0.2.5"
build = false
exclude = [
    "*.osc.md",
    "proptest-regressions",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hardened web server and reverse proxy: TLS/HTTP3, ACME, rate limiting, host policy, GeoIP, A/B splitting, privilege dropping"
documentation = "https://docs.rs/flexd"
readme = "README.md"
keywords = [
    "web-server",
    "reverse-proxy",
    "tls",
    "acme",
    "http3",
]
categories = [
    "web-programming::http-server",
    "network-programming",
]
license = "AGPL-3.0-only"
repository = "https://tangled.org/did:plc:b7lfntfvp5xiorn3vtnx2fts"

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

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

[[bin]]
name = "flexd"
path = "src/main.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1.11"

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "serde",
]

[dependencies.clap]
version = "4.6"
features = ["derive"]

[dependencies.flate2]
version = "1.1"

[dependencies.h3]
version = "0.0.8"

[dependencies.h3-quinn]
version = "0.0.10"

[dependencies.http]
version = "1"

[dependencies.http-body-util]
version = "0.1.3"

[dependencies.hyper]
version = "1.9"
features = ["full"]

[dependencies.hyper-rustls]
version = "0.27"
features = [
    "http1",
    "http2",
    "ring",
    "tls12",
]
default-features = false

[dependencies.hyper-util]
version = "0.1.20"
features = ["full"]

[dependencies.instant-acme]
version = "0.8"

[dependencies.ipnetwork]
version = "0.21"

[dependencies.maxminddb]
version = "0.28"

[dependencies.nix]
version = "0.29"
features = [
    "user",
    "fs",
]

[dependencies.quinn]
version = "0.11"

[dependencies.rcgen]
version = "0.14"
features = ["x509-parser"]

[dependencies.regex]
version = "1.12"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "rustls-tls",
    "json",
    "gzip",
]

[dependencies.rustls]
version = "0.23"
features = ["ring"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

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

[dependencies.tokio-rustls]
version = "0.26"

[dependencies.toml]
version = "0.8"

[dependencies.tower-service]
version = "0.3"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]

[dependencies.webpki-roots]
version = "0.26"

[dependencies.x509-parser]
version = "0.18"

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

[dev-dependencies.tempfile]
version = "3"