grepme 0.1.2

Grep with support for advanced regex features and automatic directory recursion.
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 = "grepme"
version = "0.1.2"
authors = ["Rithvik Upadhya"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Grep with support for advanced regex features and automatic directory recursion."
readme = "README.md"
keywords = [
    "cli",
    "grep",
    "search",
    "recursive",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Rithvik-Upadhya/grepme"

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

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

[dependencies.colored]
version = "3.1.1"

[dependencies.fancy-regex]
version = "0.18.0"