licenses.dev

usvg v0.12.0

An SVG simplification library.

Published on

Licenses

Learn more about license information.

Package Licenses

MPL-2.0

Dependency Licenses

Apache-2.0 OR MIT25
PackageRelationDependenciesPublished
arrayvec • 0.5.2A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.INDIRECT0
base64 • 0.13.1encodes and decodes base64 as bytes or utf8DIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
cfg-if • 1.0.0A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. INDIRECT0
crc32fast • 1.4.2Fast, SIMD-accelerated CRC32 (IEEE) checksum computationINDIRECT1
data-url • 0.1.1Processing of data: URL according to WHATWG’s Fetch StandardDIRECT1
flate2 • 1.0.34DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. DIRECT4
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
kurbo • 0.7.1A 2D curves libraryDIRECT1
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
log • 0.4.22A lightweight logging facade for Rust DIRECT0
memmap2 • 0.1.0Cross-platform Rust API for memory-mapped file IODIRECT1
roxmltree • 0.13.1Represent an XML as a read-only tree.DIRECT1
simplecss • 0.2.1A simple CSS 2 parser and selector.DIRECT1
siphasher • 0.2.3SipHash-2-4, SipHash-1-3 and 128-bit variants in pure RustDIRECT0
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
svgtypes • 0.5.0SVG types parser.DIRECT2
ttf-parser • 0.9.0A high-level, safe, zero-allocation TrueType font parser.DIRECT0
unicode-bidi-mirroring • 0.1.0Unicode Bidi Mirroring propery detectionINDIRECT0
unicode-bidi • 0.3.17Implementation of the Unicode Bidirectional AlgorithmDIRECT0
unicode-ccc • 0.1.2Unicode Canonical Combining Class detectionINDIRECT0
unicode-script • 0.5.7This crate exposes the Unicode `Script` and `Script_Extension` properties from [UAX #24](http://www.unicode.org/reports/tr24/) DIRECT0
unicode-vo • 0.1.0Unicode vertical orientation detectionDIRECT0
uuid • 0.8.2A library to generate and parse UUIDs.INDIRECT4
xmlparser • 0.13.6Pull-based, zero-allocation XML parser.INDIRECT0
MIT7
PackageRelationDependenciesPublished
float-cmp • 0.5.3Floating point approximate comparison traitsINDIRECT0
fontdb • 0.3.0A simple, in-memory font database with CSS-like queries.DIRECT8
matches • 0.1.10A macro to evaluate, as a boolean, whether an expression matches a pattern.INDIRECT0
pico-args • 0.3.4An ultra simple CLI arguments parser.DIRECT0
rctree • 0.3.3A 'DOM-like' tree implemented using reference countingDIRECT0
rustybuzz • 0.3.0A complete harfbuzz shaping algorithm port to Rust.DIRECT8
xmlwriter • 0.1.0A simple, streaming XML writer.DIRECT0
Apache-2.0 OR MIT OR Zlib2
PackageRelationDependenciesPublished
bytemuck • 1.19.0A crate for mucking around with piles of bytes.INDIRECT0
miniz_oxide • 0.8.0DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
Apache-2.01
PackageRelationDependenciesPublished
unicode-general-category • 0.2.0Fast lookup of the Unicode General Category property for charINDIRECT0
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler2 • 2.0.0A simple clean-room implementation of the Adler-32 checksumINDIRECT0
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.11.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.12.0 version:

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