licenses.dev

resize v0.6.0

Simple image resampling library in pure Rust.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT13
PackageRelationDependenciesPublished
ahash • 0.8.11A non-cryptographic hash function using AES-NI for high performanceINDIRECT9
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
deflate • 0.8.6A DEFLATE, zlib and gzip encoder written in Rust. INDIRECT2
fallible_collections • 0.4.9a crate which adds fallible allocation api to std collectionsDIRECT11
hashbrown • 0.13.2A Rust port of Google's SwissTable hash mapINDIRECT10
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
png • 0.16.8PNG decoding and encoding library in pure RustDIRECT7
proc-macro2 • 1.0.92A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
syn • 2.0.90Parser for Rust source codeINDIRECT2
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
MIT2
PackageRelationDependenciesPublished
miniz_oxide • 0.3.7DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
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
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.7.35Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.7.35Utilities for zero-copy parsing and serializationINDIRECT5
Apache-2.0 OR MIT OR Zlib1
PackageRelationDependenciesPublished
bytemuck • 1.21.0A crate for mucking around with piles of bytes.INDIRECT0
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
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.14Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.6.0 version:

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