# 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 = "emails" version = "1.0.0" authors = ["Chris Neuwirth "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A web scraper to extract email addresses from websites." homepage = "https://github.com/cybrly/emails" documentation = "https://github.com/cybrly/emails" readme = "README.md" keywords = [ "email", "scraper", "web", "crawler", ] categories = [ "command-line-utilities", "web-programming::http-client", ] license = "MIT" repository = "https://github.com/cybrly/emails" [[bin]] name = "emails" path = "src/main.rs" [dependencies.clap] version = "4.1.6" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.regex] version = "1.7.1" [dependencies.reqwest] version = "0.11.13" features = [ "blocking", "cookies", "gzip", ] [dependencies.scraper] version = "0.15.0" [dependencies.url] version = "2.3.1"