httpward_log_module 0.0.1-alpha.1

HttpWard logging module providing structured request/response logging capabilities with configurable log levels and output formats for the HttpWard reverse proxy.
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"
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"]