# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "quick_crawler" version = "0.1.2" authors = ["Michael Khirallah "] description = "QuickCrawler is a Rust crate that provides a completely async, declarative web crawler with domain-specific request rate-limiting built-in." homepage = "https://github.com/mkralla11/quick_crawler" readme = "README.md" categories = ["network-programming", "asynchronous", "concurrency"] license = "Apache-2.0/MIT" repository = "https://github.com/mkralla11/quick_crawler" [dependencies.async-std] version = "1.4.0" features = ["unstable"] [dependencies.dashmap] version = "3.4.4" [dependencies.debug_stub_derive] version = "0.3.0" [dependencies.futures] version = "0.3.1" features = ["compat"] [dependencies.futures-core-preview] version = "0.3.0-alpha.19" [dependencies.mockito] version = "0.23.1" [dependencies.pin-utils] version = "0.1.0-alpha.4" [dependencies.ratelimit_futures] version = "0.0.1" [dependencies.ratelimit_meter] version = "4.0.1" [dependencies.scraper] version = "0.11.0" [dependencies.surf] version = "1.0.3" [dependencies.url] version = "2.1.1"