# 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 = "stream_crawler" version = "0.1.1" authors = ["Thimotee Legrand Kenmogne Ghomsi"] description = "A crate for scraping web pages and extracting URLs and endpoints." homepage = "https://github.com/KenmogneThimotee/rust-crawler" documentation = "https://docs.rs/stream_crawler" readme = "README.md" keywords = [ "web", "scraping", "url", "endpoint", "crawler", ] categories = [ "web-programming", "parsing", ] license = "MIT" repository = "https://github.com/KenmogneThimotee/rust-crawler" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.scraper] version = "0.19" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1.15"