# 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 = "proxy-scraper" version = "0.2.0" authors = ["Zola Gonano "] description = "A Rust command-line tool for scraping proxy information." homepage = "https://github.com/zolagonano/proxy_scraper.git" documentation = "https://docs.rs/proxy-scraper/" readme = "README.md" keywords = [ "proxy", "scraper", "rust", "tokio", ] categories = [ "command-line-utilities", "parsing", "asynchronous", ] license = "MIT" repository = "https://github.com/zolagonano/proxy_scraper.git" [lib] name = "proxy_scraper" path = "src/lib/lib.rs" [dependencies.argh] version = "0.1.12" optional = true [dependencies.base64] version = "0.22.0" [dependencies.regex] version = "1.10.2" [dependencies.reqwest] version = "0.11.23" optional = true [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.tokio] version = "1.35.1" features = ["full"] optional = true [dependencies.url] version = "2.5.0" [features] default = [ "scraper", "dep:argh", "dep:reqwest", "dep:tokio", ] scraper = []