# 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 = "crawl" version = "0.2.1" authors = ["007gzs <007gzs@gmail.com>"] include = [ "/src", "/examples", "Cargo.toml", "LICENSE", "README.md", ] description = "Rust crawl" readme = "README.md" keywords = [ "crawl", "spider", "http", ] license-file = "LICENSE" repository = "https://github.com/007gzs/crawl/" [dependencies.anyhow] version = "1.0" [dependencies.bytes] version = "1" [dependencies.flume] version = "0" [dependencies.reqwest] version = "0.11" features = ["blocking"] [dev-dependencies.encoding_rs] version = "0.8" [dev-dependencies.select] version = "0.6" [dev-dependencies.url] version = "2"