# 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 = "2018" name = "mlc" version = "0.19.0" authors = ["Armin Becher "] description = "The markup link checker (mlc) checks for broken links in markup files." readme = "README.md" keywords = [ "link-checker", "broken", "markup", "html", "markdown", ] license = "MIT" repository = "https://github.com/becheran/mlc" [[bench]] name = "benchmarks" harness = false [dependencies.async-std] version = "1.12.0" [dependencies.clap] version = "4.5.4" features = ["cargo"] [dependencies.colored] version = "2.1.0" [dependencies.futures] version = "0.3.30" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.21" [dependencies.pulldown-cmark] version = "0.9.6" [dependencies.regex] version = "1.10.4" [dependencies.reqwest] version = "0.12.4" features = [ "native-tls-vendored", "brotli", "gzip", "deflate", ] [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.simplelog] version = "0.12.2" [dependencies.tokio] version = "1.37.0" features = [ "rt-multi-thread", "macros", "time", ] [dependencies.toml] version = "0.8.13" [dependencies.url] version = "2.5.0" [dependencies.url-escape] version = "0.1.1" [dependencies.walkdir] version = "2.5.0" [dependencies.wildmatch] version = "2.3.3" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.ntest] version = "0.9.2" [badges.is-it-maintained-issue-resolution] repository = "becheran/mlc" [badges.is-it-maintained-open-issues] repository = "becheran/mlc" [badges.maintenance] status = "actively-developed"