grink 0.1.0

Grink is a tool to find and check web links in text files.
Documentation
[badges.github]
repository = "bitfield/grink"
workflow = "CI"

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

[dependencies.anyhow]
version = "1.0.86"

[dependencies.rayon]
version = "1.10.0"

[dependencies.regex]
version = "1.10.5"

[dependencies.reqwest]
features = ["blocking"]
version = "0.12.5"

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

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

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

[package]
authors = ["John Arundel <john@bitfieldconsulting.com>"]
categories = ["command-line-utilities"]
description = """
Grink is a tool to find and check web links in text files.
"""
documentation = "https://docs.rs/grink"
edition = "2021"
exclude = ["/.github/"]
homepage = "https://github.com/bitfield/grink"
keywords = ["web", "cli", "utility", "text"]
license = "MIT OR Apache-2.0"
name = "grink"
readme = "README.md"
repository = "https://github.com/bitfield/grink"
version = "0.1.0"