# 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 = "webscrapingapi" version = "0.1.0" description = "WebScrapingApi is an API that allows scraping websites while using rotating proxies to prevent bans. This SDK for Rust makes the usage of the API easier to implement in any project you have." homepage = "https://webscrapingapi.com/" documentation = "https://docs.rs/webscrapingapi" readme = "readme.MD" keywords = [ "scraping", "scrape", "proxy", "webscrapingapi", "scrapingapi", ] license = "MIT OR Apache-2.0" repository = "https://github.com/WebScrapingAPI/rust-sdk" resolver = "2" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.urlencoding] version = "2.1.0"