licenses.dev

imagepipe v0.5.1

An image processing pipeline

Published on

Licenses

Learn more about license information.

Package Licenses

LGPL-3.0-only

Dependency Licenses

Apache-2.0 OR MIT33
PackageRelationDependenciesPublished
arrayvec • 0.7.8A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.INDIRECT0
autocfg • 1.5.1Automatic cfg for Rust compiler featuresINDIRECT0
cc • 1.4.4A 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. INDIRECT2
cfg-if • 1.0.4A 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
cpufeatures • 0.3.1Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS INDIRECT1
crossbeam-deque • 0.8.7Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.9.20Epoch-based garbage collectionINDIRECT1
crossbeam-utils • 0.8.22Utilities for concurrent programmingINDIRECT0
either • 1.18.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
enumn • 0.1.14Convert number to enumINDIRECT4
find-msvc-tools • 0.1.11Find windows-specific tools, read MSVC versions from the registry and from COM interfacesINDIRECT0
glob • 0.3.4Support for matching file paths against Unix shell style patterns. INDIRECT0
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT0
image • 0.25.10Imaging library. Provides basic image processing and encoders/decoders for common image formats.DIRECT6
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT2
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.DIRECT0
libc • 0.2.189Raw FFI bindings to platform libraries like libc.INDIRECT0
linked-hash-map • 0.5.6A HashMap wrapper that holds key-value pairs in insertion orderINDIRECT0
log • 0.4.34A lightweight logging facade for Rust DIRECT0
num-traits • 0.2.19Numeric traits for generic mathematicsDIRECT1
proc-macro2 • 1.0.107A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.47Quasi-quoting macro quote!(...)INDIRECT2
rayon-core • 1.13.0Core APIs for RayonINDIRECT3
rayon • 1.12.0Simple work-stealing parallelism for RustDIRECT5
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT1
semver • 1.0.28Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT0
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]DIRECT4
serde_yaml • 0.8.26YAML data format for SerdeDIRECT12
serde • 1.0.195A generic serialization/deserialization frameworkDIRECT5
shlex • 2.0.1Split a string into shell words, like Python's shlex.INDIRECT0
syn • 2.0.119Parser for Rust source codeINDIRECT2
toml • 0.5.11A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. INDIRECT6
yaml-rust • 0.4.5The missing YAML 1.2 parser for rustINDIRECT1
MIT OR Unlicense2
PackageRelationDependenciesPublished
byteorder-lite • 0.1.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
Apache-2.0 OR BSD-3-Clause2
PackageRelationDependenciesPublished
moxcms • 0.8.1Simple Color Management in RustINDIRECT3
pxfm • 0.1.30Fast and accurate mathINDIRECT0
MIT1
PackageRelationDependenciesPublished
bincode • 1.3.3A binary serialization / deserialization strategy for transforming structs into bytes and vice versa!DIRECT6
Apache-2.0 OR CC0-1.0 OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
blake3 • 1.8.7the BLAKE3 hash functionDIRECT8
LGPL-3.0-only1
PackageRelationDependenciesPublished
multicache • 0.6.1An LRU cache where each object has a given weightDIRECT1
LGPL-2.11
PackageRelationDependenciesPublished
rawloader • 0.37.2A library to extract the data from camera raw formatsDIRECT19
Apache-2.0 OR MIT OR Zlib1
PackageRelationDependenciesPublished
bytemuck • 1.25.2A crate for mucking around with piles of bytes.INDIRECT0
Apache-2.0 OR CC0-1.0 OR MIT-01
PackageRelationDependenciesPublished
constant_time_eq • 0.4.2Compares two equal-sized byte strings in constant time.INDIRECT0
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.23Fast floating point to string conversionINDIRECT0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.24Determine 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/imagepipe)](https://licenses.dev/cargo/imagepipe)
<a href="https://licenses.dev/cargo/imagepipe">
  <img src="https://licenses.dev/b/cargo/imagepipe" alt="licenses" />
</a>

Or the licenses badge code for the 0.5.1 version:

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