onig 6.4.0

Rust-Onig is a set of Rust bindings for the Oniguruma regular expression library. Oniguruma is a modern regex library with support for multiple character encodings and regex syntaxes.
Documentation
[dependencies.bitflags]
version = "1.3"

[dependencies.once_cell]
version = "1.12"

[dependencies.onig_sys]
default-features = false
version = "69.8.1"

[features]
default = ["generate"]
generate = ["onig_sys/generate"]
posix-api = ["onig_sys/posix-api"]
print-debug = ["onig_sys/print-debug"]
std-pattern = []

[package]
authors = ["Will Speak <will@willspeak.me>", "Ivan Ivashchenko <defuz@me.com>"]
description = "Rust-Onig is a set of Rust bindings for the\nOniguruma regular expression library. Oniguruma\nis a modern regex library with support for\nmultiple character encodings and regex syntaxes.\n"
documentation = "https://docs.rs/onig/"
edition = "2018"
license = "MIT"
name = "onig"
readme = "README.md"
repository = "http://github.com/iwillspeak/rust-onig"
version = "6.4.0"
[target."cfg(windows)".dependencies.libc]
version = "0.2"