| # 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) |
| authors = ["Andrew Gallant <jamslam@gmail.com>"] |
| description = "Fast line oriented regex searching as a library.\n" |
| homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/searcher" |
| documentation = "https://docs.rs/grep-searcher" |
| keywords = ["regex", "grep", "egrep", "search", "pattern"] |
| license = "Unlicense/MIT" |
| repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/searcher" |
| [dependencies.encoding_rs] |
| [dependencies.encoding_rs_io] |
| [dependencies.grep-matcher] |
| [dev-dependencies.grep-regex] |
| default = ["bytecount/runtime-dispatch-simd"] |
| simd-accel = ["encoding_rs/simd-accel"] |