[package]
name = "onig_sys"
version = "65.0.0"
authors = ["Will Speak <will@willspeak.me>", "Ivan Ivashchenko <defuz@me.com>"]
build = "build.rs"
links = "onig"
description = "The Onig Sys crate contains raw rust bindings to the\noniguruma library. This crate exposes a set of unsafe functions which\ncan then be used by other crates to create safe wrappers around\nOniguruma.\n\nYou probably don't want to link to this crate directly."
documentation = "http://rust-onig.github.io/rust-onig/onig_sys/"
readme = "../README.md"
license = "MIT"
repository = "http://github.com/iwillspeak/rust-onig"
[dependencies.libc]
version = "0.2"
[build-dependencies.pkg-config]
version = "0.3"
[features]
static_onig = []
[target."cfg(not(target_env=\"msvc\"))".build-dependencies.cmake]
version = "0.1"