whatwaf 1.9.0

Heuristic web application firewall (WAF) detector.
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 = "whatwaf"
version = "1.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Heuristic web application firewall (WAF) detector."
readme = "README.md"
license = "MIT"
repository = "https://github.com/jeremyctrl/whatwaf"

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

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

[dependencies.clap]
version = "4.5.48"
features = ["derive"]

[dependencies.hex]
version = "0.4.3"

[dependencies.inventory]
version = "0.3.21"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.regex]
version = "1.12.2"

[dependencies.reqwest]
version = "0.12.24"
features = ["blocking"]

[dependencies.sha2]
version = "0.10.9"