pcre2 0.1.1

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

[workspace]
members = ["pcre2-sys"]

[dependencies]
libc = "0.2"
log = "0.4.5"
pcre2-sys = { version = "0.1.0", path = "pcre2-sys" }
thread_local = "0.3.6"