# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "grep-cli" version = "0.1.11" authors = ["Andrew Gallant "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Utilities for search oriented command line applications. """ homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/cli" documentation = "https://docs.rs/grep-cli" readme = "README.md" keywords = [ "regex", "grep", "cli", "utility", "util", ] license = "Unlicense OR MIT" repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/cli" [lib] name = "grep_cli" path = "src/lib.rs" [dependencies.bstr] version = "1.6.2" features = ["std"] [dependencies.globset] version = "0.4.15" [dependencies.log] version = "0.4.20" [dependencies.termcolor] version = "1.3.0" [target."cfg(unix)".dependencies.libc] version = "0.2.148" [target."cfg(windows)".dependencies.winapi-util] version = "0.1.6"