[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"