[package] name = "proxy-scraper-checker" version = "0.1.3" edition = "2021" authors = ["Xewdy444 "] license = "MIT" description = "A command-line tool for scraping and checking HTTP and SOCKS5 proxies from the checkerproxy.net proxies archive" readme = "README.md" homepage = "https://github.com/Xewdy444/Proxy-Scraper-Checker" repository = "https://github.com/Xewdy444/Proxy-Scraper-Checker" keywords = ["proxy", "scraper", "checker", "http", "socks5"] categories = ["command-line-utilities"] [profile.release] codegen-units = 1 strip = true lto = "fat" [dependencies] anyhow = "1.0.86" clap = { version = "4.5.7", features = ["derive"] } futures = "0.3.30" humantime = "2.1.0" indicatif = "0.17.8" reqwest = { version = "0.12.4", features = ["socks"] } rlimit = "0.10.1" scraper = "0.19.0" serde_json = "1.0.117" tabled = "0.15.0" tokio = { version = "1.38.0", features = ["full"] }