[package]
edition = "2024"
name = "httpward_log_module"
version = "0.0.1-alpha.1"
authors = ["ZEREX"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HttpWard logging module providing structured request/response logging capabilities with configurable log levels and output formats for the HttpWard reverse proxy."
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"
[lib]
name = "httpward_log_module"
crate-type = [
"cdylib",
"rlib",
]
path = "src/lib.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.httpward-core]
version = "0.0.1-alpha.1"
[dependencies.rama]
version = "0.2"
features = [
"http-full",
"rustls",
]
[dependencies.serde]
version = "1.0"
features = ["derive"]