# 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 = "broken-md-links" version = "2.1.1" authors = ["Clément Nerma "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line tool and library to detect broken links in Markdown files" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/ClementNerma/broken-md-links" [lib] name = "broken_md_links" path = "src/lib.rs" [[bin]] name = "broken-md-links" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.5.19" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.pulldown-cmark] version = "0.12.1" features = ["simd"] default-features = false [dependencies.regex] version = "1.11.0"