# 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 = "voyager" version = "0.2.1" authors = ["Matthias Seitz "] description = "Web crawler and scraper" homepage = "https://github.com/mattsse/voyager" readme = "README.md" keywords = ["scraping", "crawling", "html"] categories = ["web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/mattsse/voyager" resolver = "2" [[example]] name = "reddit" required-features = ["tokio"] [[example]] name = "hackernews" required-features = ["tokio"] [[example]] name = "explore" required-features = ["tokio"] [dependencies.anyhow] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.futures-timer] version = "3.0" [dependencies.html5ever] version = "0.25" [dependencies.rand] version = "0.8" [dependencies.reqwest] version = "0.11" [dependencies.robotstxt] version = "0.3" [dependencies.scraper] version = "0.12" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.15" features = ["full"] optional = true