| # 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" |
| version = "0.2.8" |
| authors = ["Andrew Gallant <[email protected]>"] |
| description = "Fast line oriented regex searching as a library.\n" |
| homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/grep" |
| documentation = "https://docs.rs/grep" |
| readme = "README.md" |
| keywords = ["regex", "grep", "egrep", "search", "pattern"] |
| license = "Unlicense/MIT" |
| repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/grep" |
| [dependencies.grep-cli] |
| version = "0.1.6" |
| |
| [dependencies.grep-matcher] |
| version = "0.1.5" |
| |
| [dependencies.grep-pcre2] |
| version = "0.1.5" |
| optional = true |
| |
| [dependencies.grep-printer] |
| version = "0.1.6" |
| |
| [dependencies.grep-regex] |
| version = "0.1.9" |
| |
| [dependencies.grep-searcher] |
| version = "0.1.8" |
| [dev-dependencies.termcolor] |
| version = "1.0.4" |
| |
| [dev-dependencies.walkdir] |
| version = "2.2.7" |
| |
| [features] |
| avx-accel = [] |
| pcre2 = ["grep-pcre2"] |
| simd-accel = ["grep-searcher/simd-accel"] |