[badges.github]
repository = "bitfield/grink"
workflow = "CI"
[badges.maintenance]
status = "actively-developed"
[[bin]]
name = "grink"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.86"
[dependencies.clap]
features = ["derive"]
version = "4.5.23"
[dependencies.regex]
version = "1.10.5"
[dependencies.reqwest]
version = "0.12.5"
[dependencies.tokio]
features = ["fs", "macros", "rt-multi-thread"]
version = "1.44.2"
[dev-dependencies.assert_cmd]
version = "2.0.14"
[dev-dependencies.predicates]
version = "3.1.0"
[dev-dependencies.tempfile]
version = "3.10.1"
[lib]
name = "grink"
path = "src/lib.rs"
[package]
authors = ["John Arundel <john@bitfieldconsulting.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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.2.1"
[[test]]
name = "cli"
path = "tests/cli.rs"