http-acl-reqwest 0.13.0

An ACL middleware for reqwest.
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-reqwest"
version = "0.13.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An ACL middleware for reqwest."
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"

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

[dependencies.anyhow]
version = "1.0.104"

[dependencies.async-trait]
version = "0.1.91"

[dependencies.bytes]
version = "1.12.1"

[dependencies.http]
version = "1.5.0"

[dependencies.http-acl]
version = "0.13.0"

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

[dependencies.reqwest]
version = "0.13.4"
default-features = false

[dependencies.reqwest-middleware]
version = "0.5.2"

[dependencies.thiserror]
version = "2.0.19"

[dependencies.url]
version = "2.5.8"

[dev-dependencies.tokio]
version = "1.53.1"
features = [
    "macros",
    "rt-multi-thread",
    "net",
    "io-util",
]