grep-cli 0.1.10

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

[dependencies.globset]
version = "0.4.14"

[dependencies.log]
version = "0.4.20"

[dependencies.termcolor]
version = "1.3.0"

[package]
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Utilities for search oriented command line applications.\n"
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.10"
[target."cfg(unix)".dependencies.libc]
version = "0.2.148"
[target."cfg(windows)".dependencies.winapi-util]
version = "0.1.6"