[package] name = "grip-grep" version = "0.4.0" edition = "2021" authors = ["Alexandre Pasmantier "] license = "Apache-2.0" description = "A faster, more lightweight ripgrep alternative." readme = "README.md" homepage = "https://github.com/alexpasmantier/grip-grep" repository = "https://github.com/alexpasmantier/grip-grep" keywords = ["cli", "search", "grep", "ripgrep", "rust"] categories = [ "command-line-utilities", "command-line-interface", "concurrency", "development-tools", ] [dependencies] anyhow = "1.0.86" clap = { version = "4.5.9", features = ["derive"] } grep = "0.3.1" ignore = "0.4.22" serde = { version = "1.0.204", features = ["derive"] } serde_json = "1.0.120" termcolor = "1.4.1" [[bin]] name = "gg" path = "src/main.rs"