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