mdbook-linkcheck2 0.12.0

A backend for `mdbook` which will check your links for you.
Documentation
# 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 = "2024"
rust-version = "1.90"
name = "mdbook-linkcheck2"
version = "0.12.0"
authors = [
    "Michael Bryan <michaelfbryan@gmail.com>",
    "Martin Liška <martin.liska@hey.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A backend for `mdbook` which will check your links for you."
documentation = "https://docs.rs/mdbook-linkcheck2"
readme = "README.md"
license = "MIT"
repository = "https://github.com/marxin/mdbook-linkcheck2"

[badges.maintenance]
status = "passively-maintained"

[lib]
name = "mdbook_linkcheck2"
path = "src/lib.rs"

[[bin]]
name = "mdbook-linkcheck2"
path = "src/bin/mdbook-linkcheck.rs"
doc = false

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

[dependencies.anyhow]
version = "1.0.95"

[dependencies.codespan]
version = "0.13.1"

[dependencies.codespan-reporting]
version = "0.13"

[dependencies.dunce]
version = "1"

[dependencies.env_logger]
version = "0.11.6"

[dependencies.http]
version = "1.2"

[dependencies.linkcheck2]
version = "0.10.0"

[dependencies.log]
version = "0.4"

[dependencies.mdbook-driver]
version = "0.5.1"

[dependencies.mdbook-renderer]
version = "0.5.1"

[dependencies.pulldown-cmark]
version = "0.13.0"

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
version = "0.13.2"

[dependencies.semver]
version = "1.0.24"

[dependencies.serde]
version = "1.0.217"
features = ["derive"]

[dependencies.serde_derive]
version = "1.0.217"

[dependencies.serde_json]
version = "1.0.134"

[dependencies.structopt]
version = "0.3"

[dependencies.tokio]
version = "1.42"
features = ["rt-multi-thread"]

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

[dev-dependencies.toml]
version = "1.0"