licenses.dev

resvg v0.12.0

An SVG rendering library.

Published on

Licenses

Learn more about license information.

Package Licenses

MPL-2.0

Dependency Licenses

Apache-2.0 OR MIT23
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 utf8INDIRECT0
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
crossbeam-deque • 0.8.5Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.9.18Epoch-based garbage collectionINDIRECT1
crossbeam-utils • 0.8.20Utilities for concurrent programmingINDIRECT0
data-url • 0.1.1Processing of data: URL according to WHATWG’s Fetch StandardINDIRECT1
deflate • 0.8.6A DEFLATE, zlib and gzip encoder written in Rust. INDIRECT2
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
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. INDIRECT4
jpeg-decoder • 0.1.22JPEG decoderDIRECT0
kurbo • 0.7.1A 2D curves libraryINDIRECT1
log • 0.4.22A lightweight logging facade for Rust DIRECT0
png • 0.16.8PNG decoding and encoding library in pure RustDIRECT7
rayon-core • 1.12.1Core APIs for RayonINDIRECT3
rayon • 1.10.0Simple work-stealing parallelism for RustDIRECT5
roxmltree • 0.13.1Represent an XML as a read-only tree.INDIRECT1
simplecss • 0.2.1A simple CSS 2 parser and selector.INDIRECT1
siphasher • 0.2.3SipHash-2-4, SipHash-1-3 and 128-bit variants in pure RustINDIRECT0
svgtypes • 0.5.0SVG types parser.INDIRECT2
xmlparser • 0.13.6Pull-based, zero-allocation XML parser.INDIRECT0
MIT7
PackageRelationDependenciesPublished
float-cmp • 0.5.3Floating point approximate comparison traitsINDIRECT0
matches • 0.1.10A macro to evaluate, as a boolean, whether an expression matches a pattern.INDIRECT0
miniz_oxide • 0.3.7DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
pico-args • 0.3.4An ultra simple CLI arguments parser.DIRECT0
rctree • 0.3.3A 'DOM-like' tree implemented using reference countingINDIRECT0
rgb • 0.8.50`struct RGB/RGBA/etc.` for sharing pixels between crates + convenience methods for color manipulation. Allows no-copy high-level interoperability. Also adds common convenience methods and implements standard Rust traits to make `RGB`/`RGBA` pixels and slices first-class Rust objects.DIRECT1
xmlwriter • 0.1.0A simple, streaming XML writer.INDIRECT0
Apache-2.0 OR MIT OR Zlib4
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
safe_arch • 0.5.2Crate that exposes `core::arch` safely via `#[cfg()]`.INDIRECT1
wide • 0.6.5A crate to help you go wide.INDIRECT2
MPL-2.02
PackageRelationDependenciesPublished
svgfilters • 0.2.0Implementation of various SVG filters.DIRECT3
usvg • 0.12.0An SVG simplification library.DIRECT20
BSD-3-Clause1
PackageRelationDependenciesPublished
tiny-skia • 0.2.0A tiny Skia subset ported to Rust.DIRECT13
BSD-2-Clause1
PackageRelationDependenciesPublished
arrayref • 0.3.9Macros to take array references of slicesINDIRECT0
Zlib1
PackageRelationDependenciesPublished
adler32 • 1.2.0Minimal Adler32 implementation for Rust.INDIRECT0
MIT OR Unlicense1
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler2 • 2.0.0A simple clean-room implementation of the Adler-32 checksumINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.12.0 version:

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