pcre2 0.2.9

High level wrapper library for PCRE2.
Documentation
[dependencies.libc]
version = "0.2.146"

[dependencies.log]
version = "0.4.19"

[dependencies.pcre2-sys]
version = "0.2.9"

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

[package]
authors = ["Andrew Gallant <jamslam@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["text-processing"]
description = "High level wrapper library for PCRE2."
documentation = "https://docs.rs/pcre2"
edition = "2021"
homepage = "https://github.com/BurntSushi/rust-pcre2"
keywords = ["pcre", "pcre2", "regex", "jit", "perl"]
license = "Unlicense OR MIT"
name = "pcre2"
readme = "README.md"
repository = "https://github.com/BurntSushi/rust-pcre2"
version = "0.2.9"