# 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 = "hyperlink" version = "0.1.43" authors = [ "Markus Unterwaditzer ", "Michael Clayton ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Very fast link checker for CI." homepage = "https://github.com/untitaker/hyperlink" documentation = "https://github.com/untitaker/hyperlink" readme = "README.md" license = "MIT" repository = "https://github.com/untitaker/hyperlink" [profile.dist] inherits = "release" [profile.release] lto = true codegen-units = 1 panic = "abort" [[bin]] name = "hyperlink" path = "src/main.rs" [dependencies.anyhow] version = "1.0.40" [dependencies.argh] version = "0.1.12" [dependencies.blake3] version = "1.0.0" [dependencies.bumpalo] version = "3.11.1" features = ["collections"] [dependencies.html5gum] version = "0.7.0" [dependencies.jwalk] version = "0.8.1" [dependencies.num_cpus] version = "1.15.0" [dependencies.percent-encoding] version = "2.1.0" [dependencies.pulldown-cmark] version = "0.12.2" [dependencies.rayon] version = "1.5.1" [dev-dependencies.assert_cmd] version = "2.0.2" [dev-dependencies.assert_fs] version = "1.0.2" [dev-dependencies.predicates] version = "3.1.2" [dev-dependencies.pretty_assertions] version = "1.0.0"