onig 1.5.0

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 = "1.5.0"
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.libc]
version = "0.2"

[dependencies.lazy_static]
version = "0.2"

[dependencies.bitflags]
version = "0.7"

[features]
std-pattern = []
static-libonig = ["onig_sys/static_onig"]
[target."cfg(target_env = \"musl\")".dependencies.onig_sys]
version = "64.0.1"
features = ["static_onig"]
[target."cfg(not(target_env = \"musl\"))".dependencies.onig_sys]
version = "64.0.1"