scatter-proxy 0.8.0

Async request scheduler for unreliable SOCKS5 proxies — multi-path race for maximum throughput
Documentation
[package]
name = "scatter-proxy"
version = "0.8.0"
edition = "2021"
rust-version = "1.86"
description = "Async request scheduler for unreliable SOCKS5 proxies — multi-path race for maximum throughput"
license = "MIT OR Apache-2.0"
keywords = ["proxy", "socks5", "async", "race", "scraper"]
categories = ["network-programming", "asynchronous"]
readme = "README.md"
repository = "https://codeberg.org/letllmrun/scatter-proxy"
homepage = "https://letllmrun.codeberg.page/scatter-proxy/"
exclude = ["docs/", "tests/", ".github/", ".playwright-mcp/", ".woodpecker.yml"]

[dependencies]
tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync", "time", "fs"] }
reqwest = { version = "0.12", default-features = false, features = ["socks", "rustls-tls"] }
http = "1"
bytes = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tracing = "0.1"
dashmap = "6"
rand = "0.8"
url = "2"
chrono = { version = "0.4", features = ["serde"] }
futures = "0.3"

[dev-dependencies]
tokio = { version = "1", features = ["full", "test-util"] }
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }