# 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 = "grink" version = "0.1.0" authors = ["John Arundel "] exclude = ["/.github/"] description = """ Grink is a tool to find and check web links in text files. """ homepage = "https://github.com/bitfield/grink" documentation = "https://docs.rs/grink" readme = "README.md" keywords = [ "web", "cli", "utility", "text", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/bitfield/grink" [dependencies.anyhow] version = "1.0.86" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.10.5" [dependencies.reqwest] version = "0.12.5" features = ["blocking"] [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.predicates] version = "3.1.0" [dev-dependencies.tempfile] version = "3.10.1" [badges.github] repository = "bitfield/grink" workflow = "CI" [badges.maintenance] status = "actively-developed"