grep-cli 0.1.11

Utilities for search oriented command line applications.
Documentation
[dependencies.bstr]
features = ["std"]
version = "1.6.2"

[dependencies.globset]
version = "0.4.15"

[dependencies.log]
version = "0.4.20"

[dependencies.termcolor]
version = "1.3.0"

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

[package]
authors = ["Andrew Gallant <jamslam@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = """
Utilities for search oriented command line applications.
"""
documentation = "https://docs.rs/grep-cli"
edition = "2021"
homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/cli"
keywords = ["regex", "grep", "cli", "utility", "util"]
license = "Unlicense OR MIT"
name = "grep-cli"
readme = "README.md"
repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/cli"
version = "0.1.11"

[target."cfg(unix)".dependencies.libc]
version = "0.2.148"

[target."cfg(windows)".dependencies.winapi-util]
version = "0.1.6"