hyperlink 0.2.1

Very fast link checker for CI.
# 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.2.1"
authors = [
    "Markus Unterwaditzer <markus-honeypot@unterwaditzer.net>",
    "Michael Clayton <mclayton@redhat.com>",
]
build = false
autolib = 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"

[[bin]]
name = "hyperlink"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[[test]]
name = "cli_snapshots"
path = "tests/cli_snapshots.rs"

[dependencies.anyhow]
version = "1.0.40"

[dependencies.blake3]
version = "1.0.0"

[dependencies.bpaf]
version = "0.9.16"
features = ["derive"]

[dependencies.bumpalo]
version = "3.11.1"

[dependencies.html5gum]
version = "0.8.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"

[dependencies.recycle_vec]
version = "1.1.2"

[dev-dependencies.assert_cmd]
version = "2.1.1"

[dev-dependencies.assert_fs]
version = "1.0.2"

[dev-dependencies.insta]
version = "1.42.1"
features = ["filters"]

[dev-dependencies.insta-cmd]
version = "0.6.0"

[dev-dependencies.predicates]
version = "3.1.2"

[dev-dependencies.pretty_assertions]
version = "1.0.0"

[profile.dist]
inherits = "release"

[profile.release]
lto = true
codegen-units = 1
panic = "abort"