[[bin]]
name = "int64grep"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.51"
[lib]
name = "int64grep"
path = "src/lib.rs"
[package]
authors = ["int_64 <carlosr301101@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A tiny Rust crate that provides simple line-based search helpers and a small CLI similar to grep."
documentation = "https://docs.rs/int64grep"
edition = "2024"
homepage = "https://github.com/carlosr301101/int64grep"
keywords = ["grep", "search", "cli", "text-processing"]
license = "MIT"
name = "int64grep"
publish = true
readme = "README.md"
repository = "https://github.com/carlosr301101/int64grep"
version = "0.2.1"