# 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 = "seaward" version = "1.0.3" authors = ["M3nny"] description = "seaward is a crawler which searches for links or a specified word in a website." homepage = "https://github.com/M3nny/seaward" documentation = "https://github.com/M3nny/seaward" readme = "README.md" keywords = [ "cli", "web-crawler", "web-scraping", "rustcrawler", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/M3nny/seaward" [dependencies.clap] version = "4.3.11" features = ["cargo"] [dependencies.colored] version = "2.0" [dependencies.regex] version = "1.0" [dependencies.reqwest] version = "0.11" [dependencies.scraper] version = "0.17" [dependencies.tokio] version = "1.29.1" features = [ "macros", "rt", "signal", "rt-multi-thread", ]