linkcheck2 0.10.0

A library for extracting and validating links.
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 = "2021"
name = "linkcheck2"
version = "0.10.0"
authors = [
    "Michael-F-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 library for extracting and validating links."
readme = "README.md"
keywords = [
    "linkchecker",
    "linkcheck",
    "links",
    "check",
]
categories = ["text-processing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/marxin/linkcheck2"

[badges.maintenance]
status = "actively-developed"

[features]
default = ["serde-1"]
serde-1 = [
    "serde",
    "url/serde",
    "codespan/serialization",
]

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

[dependencies.codespan]
version = "0.13.1"

[dependencies.dunce]
version = "1.0.5"

[dependencies.futures]
version = "0.3.31"

[dependencies.http]
version = "1.2.0"

[dependencies.linkify]
version = "0.10.0"

[dependencies.log]
version = "0.4.22"

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

[dependencies.reqwest]
version = "0.13.2"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "2.0.9"

[dependencies.url]
version = "2"

[dev-dependencies.env_logger]
version = "0.11.6"

[dev-dependencies.tempfile]
version = "3.14.0"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]