licenses.dev

rawloader v0.37.2

A library to extract the data from camera raw formats

Published on

Licenses

Learn more about license information.

Package Licenses

LGPL-2.1

Dependency Licenses

Apache-2.0 OR MIT27
PackageRelationDependenciesPublished
block-buffer • 0.10.4Buffer types for block processing of dataINDIRECT3
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.2.17Lightweight 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
crypto-common • 0.1.7Common traits used by cryptographic algorithmsINDIRECT3
digest • 0.10.7Traits for cryptographic hash functions and message authentication codesINDIRECT5
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 enumDIRECT4
glob • 0.3.4Support for matching file paths against Unix shell style patterns. DIRECT0
hex • 0.4.3Encoding and decoding data into/from hexadecimal representation.DIRECT0
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
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 compilerDIRECT1
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)]INDIRECT4
serde • 1.0.195A generic serialization/deserialization frameworkINDIRECT5
sha2 • 0.10.9Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. DIRECT9
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. DIRECT6
typenum • 1.20.1Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.INDIRECT0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
MIT OR Unlicense1
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.DIRECT0
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
MIT1
PackageRelationDependenciesPublished
generic-array • 0.14.7Generic types implementing functionality of arraysINDIRECT2
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.37.2 version:

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