httpward 0.0.1-alpha.1

HttpWard is a lightweight, high-performance L7 reverse proxy written in Rust, focused on strong security (WAF, rate limiting, DDoS mitigation), intelligent caching, flexible virtual host routing, and extremely low resource usage.
# 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.93.1"
name = "httpward"
version = "0.0.1-alpha.1"
authors = ["ZEREX"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HttpWard is a lightweight, high-performance L7 reverse proxy written in Rust, focused on strong security (WAF, rate limiting, DDoS mitigation), intelligent caching, flexible virtual host routing, and extremely low resource usage."
homepage = "https://zerex222.github.io/HttpWard/"
documentation = "https://zerex222.github.io/HttpWard/"
readme = false
keywords = [
    "http",
    "reverse-proxy",
    "waf",
    "rust",
    "cli",
]
categories = [
    "network-programming",
    "command-line-utilities",
]
license = "MPL-2.0"
repository = "https://github.com/ZEREX222/HttpWard"
resolver = "1"

[features]
default = []
dynamic_modules = []
static_modules = ["httpward_log_module"]

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

[dependencies.base64]
version = "0.22"

[dependencies.futures-util]
version = "0.3"

[dependencies.http]
version = "1.4"

[dependencies.httpward-core]
version = "0.0.1-alpha.1"

[dependencies.httpward_log_module]
version = "0.0.1-alpha.1"
optional = true

[dependencies.libloading]
version = "0.9"

[dependencies.notify]
version = "8.2"

[dependencies.rama]
version = "0.2"
features = [
    "http-full",
    "rustls",
]

[dependencies.rama-tls-rustls]
version = "0.2"

[dependencies.rcgen]
version = "0.14"

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

[dependencies.sha1]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tokio-tungstenite]
version = "0.24"
features = [
    "connect",
    "rustls-tls-webpki-roots",
]

[dependencies.tracing]
version = "0.1"

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

[dependencies.url]
version = "2.2"

[dependencies.wildmatch]
version = "2.1"

[dev-dependencies]

[profile.dev]
debug = 2