| # 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 are reading this file be aware that the original Cargo.toml |
| # will likely look very different (and much more reasonable). |
| # See Cargo.toml.orig for the original contents. |
| |
| [package] |
| edition = "2018" |
| name = "onig" |
| version = "6.4.0" |
| authors = [ |
| "Will Speak <[email protected]>", |
| "Ivan Ivashchenko <[email protected]>", |
| ] |
| description = """ |
| Rust-Onig is a set of Rust bindings for the |
| Oniguruma regular expression library. Oniguruma |
| is a modern regex library with support for |
| multiple character encodings and regex syntaxes. |
| """ |
| documentation = "https://docs.rs/onig/" |
| readme = "README.md" |
| license = "MIT" |
| repository = "http://github.com/iwillspeak/rust-onig" |
| |
| [dependencies.bitflags] |
| version = "1.3" |
| |
| [dependencies.once_cell] |
| version = "1.12" |
| |
| [dependencies.onig_sys] |
| version = "69.8.1" |
| default-features = false |
| |
| [features] |
| default = ["generate"] |
| generate = ["onig_sys/generate"] |
| posix-api = ["onig_sys/posix-api"] |
| print-debug = ["onig_sys/print-debug"] |
| std-pattern = [] |
| |
| [target."cfg(windows)".dependencies.libc] |
| version = "0.2" |