http-acl 0.12.0

An ACL for HTTP requests.
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 = "http-acl"
version = "0.12.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An ACL for HTTP requests."
readme = "README.md"
keywords = [
    "http",
    "acl",
    "ip",
    "network",
    "ssrf",
]
categories = [
    "network-programming",
    "web-programming::http-client",
]
license = "Apache-2.0"
repository = "https://github.com/nethunterslabs/http-acl"
resolver = "2"

[features]
hashbrown = ["dep:hashbrown"]
serde = [
    "dep:serde",
    "ipnet/serde",
]

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

[dependencies.hashbrown]
version = "0.17.1"
features = [
    "inline-more",
    "serde",
]
optional = true

[dependencies.ipnet]
version = "2.12.1"

[dependencies.matchit]
version = "0.9.2"

[dependencies.percent-encoding]
version = "2.3.2"

[dependencies.serde]
version = "1.0.229"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "2.0.19"

[dependencies.url]
version = "2.5.8"

[dev-dependencies]