onig-regset 6.7.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 = "2.4.0"

[dependencies.once_cell]
version = "1.12"

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

[[example]]
name = "capturedump"
path = "examples/capturedump.rs"

[[example]]
name = "dollar"
path = "examples/dollar.rs"

[[example]]
name = "listcap"
path = "examples/listcap.rs"

[[example]]
name = "names"
path = "examples/names.rs"

[[example]]
name = "regset"
path = "examples/regset.rs"

[[example]]
name = "scan"
path = "examples/scan.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

[[example]]
name = "simple_grep"
path = "examples/simple_grep.rs"

[[example]]
name = "sql"
path = "examples/sql.rs"

[[example]]
name = "syntax"
path = "examples/syntax.rs"

[[example]]
name = "user_property"
path = "examples/user_property.rs"

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

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

[package]
authors = ["Will Speak <will@willspeak.me>", "Ivan Ivashchenko <defuz@me.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
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 = "https://docs.rs/onig-regset/"
edition = "2021"
license = "MIT"
name = "onig-regset"
readme = "README.md"
repository = "https://github.com/Keats/rust-onig"
rust-version = "1.70.0"
version = "6.7.0"

[target."cfg(windows)".dependencies.libc]
version = "0.2"