grrs_clone 0.3.0

A command-line search tool similar to grep
Documentation
[[bin]]
name = "grrs_clone"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
features = ["derive"]
version = "4.0"

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

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

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

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

[package]
authors = ["Reinhard Simon <rsimon64@web.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A command-line search tool similar to grep"
documentation = "https://github.com/rsimon64-gh/grrs#readme"
edition = "2021"
exclude = ["/.github", "*.log"]
homepage = "https://github.com/rsimon64-gh/grrs"
keywords = ["cli", "search", "grep", "find", "pattern"]
license = "MIT"
name = "grrs_clone"
readme = "README.md"
repository = "https://github.com/rsimon64-gh/grrs"
version = "0.3.0"

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

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

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

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