# 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 = "broken-links" version = "0.2.3" authors = ["Kris Warner "] description = "Find all broken links from a starting url." readme = "README.md" keywords = [ "cli", "web", "link-checker", ] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://codeberg.org/kdwarn/broken-links" resolver = "2" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.0.0" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.reqwest] version = "0.11.6" features = ["blocking"] [dependencies.scraper] version = "0.12.0" [dependencies.url] version = "2.2.2"