onig 4.0.1

Rust-Onig is a set of rust bindings for the oniguruma regular expression library.
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 = "4.0.1"
authors = ["Will Speak <will@willspeak.me>", "Ivan Ivashchenko <defuz@me.com>"]
description = "Rust-Onig is a set of rust bindings for the\n            oniguruma regular expression library."
documentation = "http://rust-onig.github.io/rust-onig/onig/"
readme = "README.md"
license = "MIT"
repository = "http://github.com/iwillspeak/rust-onig"
[dependencies.bitflags]
version = "1.0"

[dependencies.lazy_static]
version = "1.0"

[dependencies.libc]
version = "0.2"

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

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