licenses.dev

onig v6.5.1

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 • 2.9.1A macro to generate structures which behave like bitflags. DIRECT0
cc • 1.2.27A 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.174Raw FFI bindings to platform libraries like libc.DIRECT0
once_cell • 1.21.3Single assignment cells and lazy values.DIRECT0
pkg-config • 0.3.32A 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.9.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.5.1 version:

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