# 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 = "http-acl-reqwest"
version = "0.5.10"
build = 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"

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

[dependencies.anyhow]
version = "1.0.86"

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

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

[dependencies.hyper]
version = "0.14.21"
features = ["client"]

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

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

[dependencies.task-local-extensions]
version = "0.1.4"

[dependencies.thiserror]
version = "1.0.63"

[dev-dependencies.tokio]
version = "1.38.1"
features = [
    "macros",
    "rt-multi-thread",
]