grep-regex 0.1.13

Use Rust's regex library with the 'grep' crate.
Documentation
[dependencies.bstr]
version = "1.6.2"

[dependencies.grep-matcher]
version = "0.1.7"

[dependencies.log]
version = "0.4.20"

[dependencies.regex-automata]
version = "0.4.0"

[dependencies.regex-syntax]
version = "0.8.0"

[lib]
name = "grep_regex"
path = "src/lib.rs"

[package]
authors = ["Andrew Gallant <jamslam@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = """
Use Rust's regex library with the 'grep' crate.
"""
documentation = "https://docs.rs/grep-regex"
edition = "2021"
homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/regex"
keywords = ["regex", "grep", "search", "pattern", "line"]
license = "Unlicense OR MIT"
name = "grep-regex"
readme = "README.md"
repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/regex"
version = "0.1.13"