# 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 = "2018" name = "scrappy_do" version = "0.2.1" authors = ["Matt Belle "] description = "A concurrent asynchronous webscraping framework." keywords = ["async", "web", "http", "framework", "tokio"] categories = ["asynchronous", "concurrency", "network-programming", "web-programming"] license-file = "LICENSE.md" repository = "https://github.com/MattBelle/scrappy-do" [dependencies.async-stream] version = "0.3" [dependencies.futures] version = "0.3" [dependencies.pin-project] version = "1" [dependencies.reqwest] version = "^0.11" [dependencies.scraper] version = "0.12" [dependencies.scrappy_do_codegen] version = "0.2.0" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["sync", "rt"] [dependencies.tracing] version = "0.1" [dependencies.tracing-futures] version = "0.2.5" [dependencies.url] version = "2" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.2"