# 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 = "dyer-cli" version = "0.6.0" authors = ["HomelyGuy"] description = "dyer-cli is a great tool created to guide you use dyer fast and at ease, helps you build a robust crawler, data processor, netwrok program fast and correctly." homepage = "https://crates.io/crates/dyer-cli" documentation = "https://docs.rs/dyer_cli" readme = "README.md" keywords = [ "Request-Response", "data-processing", "web-crawling", "web-framework", "spider", ] categories = [ "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/HomelyGuy/dyer-cli" [[bin]] name = "dyer" path = "src/main.rs" [dependencies.regex] version = "1.5.4"