# 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 = "linky" version = "0.2.0" authors = ["Mattias Päivärinta "] include = [ "Cargo.toml", "**/*.rs", ] description = "Extract links from Markdown files and check links for brokenness" readme = "README.md" keywords = [ "commonmark", "extract", "validate", "links", "documentation", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/mattias-p/linky" [dependencies.bytecount] version = "0.3.1" [dependencies.clap] version = "4.3.4" features = ["derive"] [dependencies.encoding_rs] version = "0.8.32" [dependencies.htmlstream] version = "0.1.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.mime] version = "0.3.13" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.pulldown-cmark] version = "0.6" default-features = false [dependencies.rayon] version = "1.0" [dependencies.regex] version = ">=1.5.5" [dependencies.reqwest] version = "0.11.18" features = ["blocking"] [dependencies.shell-escape] version = "0.1.3" [dependencies.url] version = "1.5.1" [dependencies.urlencoding] version = "1.0.0" [dependencies.xhtmlchardet] version = "2.0.0"