/crates/cli/Cargo.toml
TOML | 26 lines | 24 code | 2 blank | 0 comment | 1 complexity | e24bc2e2fd75b5037a4b6beecde39658 MD5 | raw file
Possible License(s): MIT, Unlicense
- [package]
- name = "grep-cli"
- version = "0.1.4" #:version
- authors = ["Andrew Gallant <jamslam@gmail.com>"]
- description = """
- Utilities for search oriented command line applications.
- """
- documentation = "https://docs.rs/grep-cli"
- homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/cli"
- repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/cli"
- readme = "README.md"
- keywords = ["regex", "grep", "cli", "utility", "util"]
- license = "Unlicense/MIT"
- [dependencies]
- atty = "0.2.11"
- bstr = "0.2.0"
- globset = { version = "0.4.5", path = "../globset" }
- lazy_static = "1.1.0"
- log = "0.4.5"
- regex = "1.1"
- same-file = "1.0.4"
- termcolor = "1.0.4"
- [target.'cfg(windows)'.dependencies.winapi-util]
- version = "0.1.1"