# 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" version = "0.3.2" authors = ["Andrew Gallant "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Fast line oriented regex searching as a library. """ 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 OR MIT" repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/grep" [lib] name = "grep" path = "src/lib.rs" [[example]] name = "simplegrep" path = "examples/simplegrep.rs" [dependencies.grep-cli] version = "0.1.11" [dependencies.grep-matcher] version = "0.1.7" [dependencies.grep-pcre2] version = "0.1.8" optional = true [dependencies.grep-printer] version = "0.2.2" [dependencies.grep-regex] version = "0.1.13" [dependencies.grep-searcher] version = "0.1.14" [dev-dependencies.termcolor] version = "1.0.4" [dev-dependencies.walkdir] version = "2.2.7" [features] avx-accel = [] pcre2 = ["grep-pcre2"] simd-accel = []