# 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 = "check_urls" version = "0.2.4" authors = ["William Droz"] exclude = ["/media"] description = "Verify the validity of URLs inside your files" homepage = "https://github.com/wdroz/check_urls" readme = "README.md" keywords = [ "tools", "CI", "CICD", "CLI", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/wdroz/check_urls" [dependencies.clap] version = "~4" features = ["derive"] [dependencies.flume] version = "^0.11" [dependencies.glob] version = "0.3.0" [dependencies.ignore] version = "^0.4" [dependencies.regex] version = "~1" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.tokio] version = "~1" features = ["full"]