onig_sys 69.9.3

The `onig_sys` crate contains raw rust bindings to the oniguruma library. This crate exposes a set of unsafe functions which can then be used by other crates to create safe wrappers around Oniguruma. You probably don't want to link to this crate directly; instead check out the `onig` crate.
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_sys"
version = "69.9.3"
authors = [
    "Will Speak <will@willspeak.me>",
    "Ivan Ivashchenko <defuz@me.com>",
]
build = "build.rs"
links = "onig"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
The `onig_sys` crate contains raw rust bindings to the
oniguruma library. This crate exposes a set of unsafe
functions which can then be used by other crates to
create safe wrappers around Oniguruma.

You probably don't want to link to this crate directly;
instead check out the `onig` crate.
"""
documentation = "https://docs.rs/onig_sys"
readme = "README.md"
categories = ["external-ffi-bindings"]
license = "MIT"
repository = "https://github.com/rust-onig/rust-onig"

[features]
default = ["generate"]
generate = ["bindgen"]
posix-api = []
print-debug = []

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

[build-dependencies.bindgen]
version = "0.72"
features = ["runtime"]
optional = true

[build-dependencies.cc]
version = "1.0"

[build-dependencies.pkg-config]
version = "^0.3.16"