licenses.dev

onig v6.4.0

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.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT6
PackageRelationDependenciesPublished
bitflags • 1.3.2A macro to generate structures which behave like bitflags. DIRECT0
cc • 1.1.31A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. INDIRECT1
libc • 0.2.161Raw FFI bindings to platform libraries like libc. DIRECT0
once_cell • 1.20.2Single assignment cells and lazy values.DIRECT0
pkg-config • 0.3.31A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. INDIRECT0
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
MIT1
PackageRelationDependenciesPublished
onig_sys • 69.8.1The `onig_sys` crate contains raw rust bindings to the oniguruma library. This crate exposes a set of unsafe functions which can then be used by other crates to create safe wrappers around Oniguruma. You probably don't want to link to this crate directly; instead check out the `onig` crate. DIRECT3
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/onig)](https://licenses.dev/cargo/onig)
<a href="https://licenses.dev/cargo/onig">
  <img src="https://licenses.dev/b/cargo/onig" alt="licenses" />
</a>

Or the licenses badge code for the 6.4.0 version:

[![licenses](https://licenses.dev/b/cargo/onig/6.4.0)](https://licenses.dev/cargo/onig/6.4.0)
<a href="https://licenses.dev/cargo/onig/6.4.0">
  <img src="https://licenses.dev/b/cargo/onig/6.4.0" alt="licenses" />
</a>
GitHub