# 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-searcher" version = "0.1.14" 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/searcher" documentation = "https://docs.rs/grep-searcher" readme = "README.md" keywords = [ "regex", "grep", "egrep", "search", "pattern", ] license = "Unlicense OR MIT" repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/searcher" [lib] name = "grep_searcher" path = "src/lib.rs" [[example]] name = "search-stdin" path = "examples/search-stdin.rs" [dependencies.bstr] version = "1.6.2" features = ["std"] default-features = false [dependencies.encoding_rs] version = "0.8.33" [dependencies.encoding_rs_io] version = "0.1.7" [dependencies.grep-matcher] version = "0.1.7" [dependencies.log] version = "0.4.20" [dependencies.memchr] version = "2.6.3" [dependencies.memmap] version = "0.9.0" package = "memmap2" [dev-dependencies.grep-regex] version = "0.1.13" [dev-dependencies.regex] version = "1.9.5" [features] avx-accel = [] simd-accel = []