# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "check-links" version = "0.2.1" authors = ["epwalsh "] description = "Command-line utility for finding stale links in documentation" homepage = "https://github.com/epwalsh/check-links" readme = "README.md" keywords = ["cli", "ci"] categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/epwalsh/check-links" [[bin]] name = "check-links" path = "src/main.rs" [dependencies.colored] version = "1.8.0" [dependencies.exitfailure] version = "0.5.1" [dependencies.failure] version = "0.1.5" [dependencies.globset] version = "0.4.4" [dependencies.grep-matcher] version = "0.1.3" [dependencies.grep-regex] version = "0.1.5" [dependencies.grep-searcher] version = "0.1.6" [dependencies.ignore] version = "0.4.10" [dependencies.isahc] version = "0.8.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.3.1" [dependencies.structopt] version = "0.2.18" [dependencies.tokio] version = "0.2" features = ["full"] [dev-dependencies.assert_cmd] version = "0.10"