| # 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 believe there's an error in this file please file an |
| # issue against the rust-lang/cargo repository. If you're |
| # editing this file be aware that the upstream Cargo.toml |
| # will likely look very different (and much more reasonable) |
| |
| [package] |
| edition = "2018" |
| name = "grep-cli" |
| version = "0.1.6" |
| authors = ["Andrew Gallant <[email protected]>"] |
| description = "Utilities for search oriented command line applications.\n" |
| 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/MIT" |
| repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/cli" |
| [dependencies.atty] |
| version = "0.2.11" |
| |
| [dependencies.bstr] |
| version = "0.2.0" |
| |
| [dependencies.globset] |
| version = "0.4.7" |
| |
| [dependencies.lazy_static] |
| version = "1.1.0" |
| |
| [dependencies.log] |
| version = "0.4.5" |
| |
| [dependencies.regex] |
| version = "1.1" |
| |
| [dependencies.same-file] |
| version = "1.0.4" |
| |
| [dependencies.termcolor] |
| version = "1.0.4" |
| [target."cfg(windows)".dependencies.winapi-util] |
| version = "0.1.1" |