onig_sys 69.8.1

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
[build-dependencies.bindgen]
features = ["runtime"]
optional = true
version = "0.59"

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

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

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

[package]
authors = ["Will Speak <will@willspeak.me>", "Ivan Ivashchenko <defuz@me.com>"]
build = "build.rs"
categories = ["external-ffi-bindings"]
description = "The `onig_sys` crate contains raw rust bindings to the\noniguruma library. This crate exposes a set of unsafe\nfunctions which can then be used by other crates to\ncreate safe wrappers around Oniguruma.\n\nYou probably don't want to link to this crate directly;\ninstead check out the `onig` crate.\n"
documentation = "http://rust-onig.github.io/rust-onig/onig_sys/"
edition = "2018"
license = "MIT"
links = "onig"
name = "onig_sys"
readme = "README.md"
repository = "http://github.com/iwillspeak/rust-onig"
version = "69.8.1"