waf-core 0.4.0

Core types for Light WAF: Config, Decision, RequestContext, the WafModule contract, and the StateStore extension seam.
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 = "2021"
name = "waf-core"
version = "0.4.0"
authors = ["0x00spor3"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types for Light WAF: Config, Decision, RequestContext, the WafModule contract, and the StateStore extension seam."
homepage = "https://github.com/0x00spor3/Light-WAF"
readme = "README.md"
keywords = [
    "waf",
    "security",
    "firewall",
    "http",
]
categories = [
    "web-programming",
    "network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/0x00spor3/Light-WAF"

[features]
testkit = []

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

[dependencies.bytes]
version = "1"

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

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