onig 6.5.2

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
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

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

[[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 = "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"

[dependencies.bitflags]
version = "2.4.0"

[dependencies.once_cell]
version = "1.12"

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

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