onig 5.0.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
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "onig"
version = "5.0.0"
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/"
readme = "../README.md"
license = "MIT"
repository = "http://github.com/iwillspeak/rust-onig"
[dependencies.bitflags]
version = "1.0"

[dependencies.lazy_static]
version = "1.2"

[dependencies.onig_sys]
version = "69.2.0"

[features]
posix-api = ["onig_sys/posix-api"]
print-debug = ["onig_sys/print-debug"]
std-pattern = []
[target."cfg(windows)".dependencies.libc]
version = "0.2"