1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14name = "onig"
15version = "6.3.1"
16authors = ["Will Speak <will@willspeak.me>", "Ivan Ivashchenko <defuz@me.com>"]
17description = "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"
18documentation = "https://docs.rs/onig/"
19readme = "../README.md"
20license = "MIT"
21repository = "http://github.com/iwillspeak/rust-onig"
22[dependencies.bitflags]
23version = "1.0"
24
25[dependencies.lazy_static]
26version = "1.2"
27
28[dependencies.onig_sys]
29version = "69.7.1"
30default-features = false
31
32[features]
33default = ["generate"]
34generate = ["onig_sys/generate"]
35posix-api = ["onig_sys/posix-api"]
36print-debug = ["onig_sys/print-debug"]
37std-pattern = []
38[target."cfg(windows)".dependencies.libc]
39version = "0.2"
40