| # 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-searcher" |
| version = "0.1.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/searcher" |
| documentation = "https://docs.rs/grep-searcher" |
| readme = "README.md" |
| keywords = ["regex", "grep", "egrep", "search", "pattern"] |
| license = "Unlicense/MIT" |
| repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/searcher" |
| [dependencies.bstr] |
| version = "0.2.0" |
| features = ["std"] |
| default-features = false |
| |
| [dependencies.bytecount] |
| version = "0.6" |
| |
| [dependencies.encoding_rs] |
| version = "0.8.14" |
| |
| [dependencies.encoding_rs_io] |
| version = "0.1.6" |
| |
| [dependencies.grep-matcher] |
| version = "0.1.5" |
| |
| [dependencies.log] |
| version = "0.4.5" |
| |
| [dependencies.memmap] |
| version = "0.3.0" |
| package = "memmap2" |
| [dev-dependencies.grep-regex] |
| version = "0.1.9" |
| |
| [dev-dependencies.regex] |
| version = "1.1" |
| |
| [features] |
| avx-accel = [] |
| default = ["bytecount/runtime-dispatch-simd"] |
| simd-accel = ["encoding_rs/simd-accel"] |