grep-pcre2 0.1.8

Use PCRE2 with the 'grep' crate.
Documentation
[dependencies.grep-matcher]
version = "0.1.7"

[dependencies.log]
version = "0.4.20"

[dependencies.pcre2]
version = "0.2.6"

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

[package]
authors = ["Andrew Gallant <jamslam@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = """
Use PCRE2 with the 'grep' crate.
"""
documentation = "https://docs.rs/grep-pcre2"
edition = "2018"
homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/pcre2"
keywords = ["regex", "grep", "pcre", "backreference", "look"]
license = "Unlicense OR MIT"
name = "grep-pcre2"
readme = "README.md"
repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/pcre2"
resolver = "2"
version = "0.1.8"