rust_cli_tool_grrs 0.1.0

A tool to read files
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 = "2024"
name = "rust_cli_tool_grrs"
version = "0.1.0"
authors = ["Vaishnav Sabari Girish forgamesonly684@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool to read files"
homepage = "https://github.com/Vaishnav-Sabari-Girish/grrs_rust_cli_tool"
readme = "README.md"
keywords = [
    "cli",
    "search",
    "demo",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/Vaishnav-Sabari-Girish/grrs_rust_cli_tool"

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

[[bin]]
name = "grrs_vaishnav"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1.0.98"

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

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

[dev-dependencies.assert_fs]
version = "1.1.3"

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