reqwest-proxy-pool 0.1.5

proxy pool 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 = "2021"
rust-version = "1.85"
name = "reqwest-proxy-pool"
version = "0.1.5"
authors = ["Wenfeng Sui <suiwenfeng@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "proxy pool middleware for reqwest"
readme = "README.md"
keywords = [
    "proxy",
    "reqwest",
    "middleware",
    "http",
    "client",
]
categories = ["web-programming::http-client"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/suiwenfeng/reqwest-proxy-pool"

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

[[example]]
name = "simple"
path = "src/examples/simple.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.futures]
version = "0.3"

[dependencies.governor]
version = "0.10"

[dependencies.http]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.10"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "socks",
]

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

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.url]
version = "2"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.tokio-test]
version = "0.4"