licenses.dev

czkawka_core v5.0.0

Core of Czkawka app

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT188
PackageRelationDependenciesPublished
aes-soft • 0.6.4DEPRECATED: replaced by the `aes` crateINDIRECT5
aes • 0.6.0Pure Rust implementation of the Advanced Encryption Standard (a.k.a. Rijndael)INDIRECT7
aes • 0.8.4Pure Rust implementation of the Advanced Encryption Standard (a.k.a. Rijndael)INDIRECT9
aesni • 0.10.0DEPRECATED: replaced by the `aes` crateINDIRECT5
android_system_properties • 0.1.5Minimal Android system properties wrapperINDIRECT1
android-tzdata • 0.1.1Parser for the Android-specific tzdata fileINDIRECT0
anyhow • 1.0.94Flexible concrete Error type built on std::error::ErrorDIRECT0
arc-swap • 1.7.1Atomically swappable ArcINDIRECT0
arrayvec • 0.7.6A 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.4.0Automatic cfg for Rust compiler featuresINDIRECT0
base64 • 0.13.1encodes and decodes base64 as bytes or utf8INDIRECT0
base64 • 0.21.7encodes and decodes base64 as bytes or utf8INDIRECT0
base64ct • 1.6.0Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of data-dependent branches/LUTs and thereby provides portable "best effort" constant-time operation and embedded-friendly no_std support INDIRECT0
basic-toml • 0.1.9Minimal TOML library with few dependenciesINDIRECT6
bit_field • 0.10.2Simple bit field trait providing get_bit, get_bits, set_bit, and set_bits methods for Rust's integral types.INDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. DIRECT0
bitflags • 2.6.0A macro to generate structures which behave like bitflags. INDIRECT0
block-buffer • 0.10.4Buffer type for block processing of dataINDIRECT3
block-buffer • 0.9.0Buffer type for block processing of dataINDIRECT3
block-modes • 0.7.0This crate is deprecated. Use crates from https://github.com/RustCrypto/block-modes instead.INDIRECT5
block-padding • 0.2.1Padding and unpadding of messages divided into blocks.INDIRECT0
bumpalo • 3.16.0A fast bump allocation arena for Rust.INDIRECT0
bzip2-sys • 0.1.11+1.0.8Bindings to libbzip2 for bzip2 compression and decompression exposed as Reader/Writer streams. INDIRECT4
bzip2 • 0.4.4Bindings to libbzip2 for bzip2 compression and decompression exposed as Reader/Writer streams. INDIRECT5
cc • 1.2.5A 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. INDIRECT1
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
chrono • 0.4.39Date and time library for RustINDIRECT34
cipher • 0.2.5Traits for describing block ciphers and stream ciphersINDIRECT3
cipher • 0.4.4Traits for describing block ciphers and stream ciphersINDIRECT5
core-foundation-sys • 0.8.7Bindings to Core Foundation for macOSINDIRECT0
cpufeatures • 0.2.16Lightweight 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
crc32fast • 1.4.2Fast, SIMD-accelerated CRC32 (IEEE) checksum computationDIRECT1
crossbeam-channel • 0.5.14Multi-producer multi-consumer channels for message passingDIRECT1
crossbeam-deque • 0.8.6Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.9.18Epoch-based garbage collectionINDIRECT1
crossbeam-utils • 0.8.21Utilities for concurrent programmingINDIRECT0
crypto-common • 0.1.6Common cryptographic traitsINDIRECT3
deflate • 0.9.1A DEFLATE, zlib and gzip encoder written in Rust. INDIRECT1
digest • 0.10.7Traits for cryptographic hash functions and message authentication codesINDIRECT6
digest • 0.9.0Traits for cryptographic hash functions and message authentication codesINDIRECT3
directories-next • 2.0.0A tiny mid-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows and macOS by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS. DIRECT17
dirs-sys-next • 0.1.2system-level helper functions for the dirs and directories cratesINDIRECT16
displaydoc • 0.2.5A derive macro for implementing the display Trait via a doc comment and string interpolation INDIRECT4
either • 1.13.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
errno • 0.3.10Cross-platform interface to the `errno` variable.INDIRECT11
fastrand • 2.3.0A simple and fast random number generatorINDIRECT0
fdeflate • 0.3.7Fast specialized deflate implementationINDIRECT1
ffmpeg_cmdline_utils • 0.1.4Rust wrapper around the commandline interface to FFMPEG. Can be used to read frames from videos into bufrers in rust.DIRECT26
find-crate • 0.6.3Find the crate name from the current Cargo.toml. INDIRECT7
flate2 • 1.0.35DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. INDIRECT5
fluent-bundle • 0.15.3A localization system designed to unleash the entire expressive power of natural language translations. INDIRECT21
fluent-syntax • 0.11.1Parser/Serializer tools for Fluent Syntax. INDIRECT6
fluent • 0.16.1A localization system designed to unleash the entire expressive power of natural language translations. INDIRECT22
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
futures-channel • 0.3.31Channels for asynchronous communication using futures-rs. INDIRECT2
futures-core • 0.3.31The core traits and types in for the `futures` library. INDIRECT0
futures-executor • 0.3.31Executors for asynchronous tasks based on the futures-rs library. INDIRECT16
futures-io • 0.3.31The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. INDIRECT0
futures-macro • 0.3.31The futures-rs procedural macro implementations. INDIRECT4
futures-sink • 0.3.31The asynchronous `Sink` trait for the futures-rs library. INDIRECT0
futures-task • 0.3.31Tools for working with tasks. INDIRECT0
futures-util • 0.3.31Common utilities and extension traits for the futures-rs library. INDIRECT15
futures • 0.3.31An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. DIRECT17
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
gif • 0.13.1GIF de- and encoderINDIRECT2
glob • 0.3.1Support for matching file paths against Unix shell style patterns. INDIRECT0
half • 2.4.1Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types.INDIRECT2
hamming • 0.1.3Count ones, fast (aka popcount, hamming weight). This provides a performant popcount and bitwise hamming distance for a slice of bytes. DIRECT0
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT0
hermit-abi • 0.3.9Hermit system calls definitions.INDIRECT0
hmac • 0.12.1Generic implementation of Hash-based Message Authentication Code (HMAC)INDIRECT7
humansize • 1.1.1A configurable crate to easily represent sizes in a human-readable format.DIRECT0
iana-time-zone-haiku • 0.1.2iana-time-zone support crate for Haiku OSINDIRECT2
iana-time-zone • 0.1.61get the IANA time zone for the current systemINDIRECT30
image_hasher • 1.2.0A simple library that provides perceptual hashing and difference calculation for images.DIRECT48
image • 0.24.9Imaging library. Provides basic image processing and encoders/decoders for common image formats.DIRECT32
image • 0.25.5Imaging library. Provides basic image processing and encoders/decoders for common image formats.INDIRECT4
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT2
inout • 0.1.3Custom reference types for code generic over in-place and buffer-to-buffer modes of operation.INDIRECT3
intl_pluralrules • 7.0.2Unicode Plural Rules categorizer for numeric input.INDIRECT10
intl-memoizer • 0.5.2A memoizer specifically tailored for storing lazy-initialized intl formatters. INDIRECT12
itertools • 0.10.5Extra iterator adaptors, iterator methods, free functions, and macros.INDIRECT1
itoa • 1.0.14Fast integer primitive to string conversionINDIRECT0
jpeg-decoder • 0.1.22JPEG decoderINDIRECT0
jpeg-decoder • 0.3.1JPEG decoderINDIRECT6
js-sys • 0.3.76Bindings for all JS global objects and functions in all JS environments like Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate. INDIRECT13
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
libc • 0.2.169Raw FFI bindings to platform libraries like libc. INDIRECT0
linked-hash-map • 0.5.6A HashMap wrapper that holds key-value pairs in insertion orderINDIRECT0
lock_api • 0.4.12Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT2
lofty • 0.7.3Audio metadata libraryDIRECT11
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
md5 • 0.7.0The package provides the MD5 hash function.INDIRECT0
mime • 0.3.17Strongly Typed MimesINDIRECT0
num_cpus • 1.16.0Get the number of CPUs on a machine.DIRECT2
num_threads • 0.1.7A minimal library that determines the number of running threads for the current process.INDIRECT1
num-complex • 0.4.6Complex numbers implementation for RustINDIRECT2
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
ogg_pager • 0.3.2A simple OGG page readerINDIRECT1
once_cell • 1.20.2Single assignment cells and lazy values.DIRECT0
opaque-debug • 0.3.1Macro for opaque Debug trait implementationINDIRECT0
ordermap • 0.4.2A hash table with consistent order and fast iteration. NOTE: This crate was renamed to indexmap. Please use it under its new name.INDIRECT0
parking_lot_core • 0.9.10An advanced API for creating custom synchronization primitives.INDIRECT14
parking_lot • 0.12.3More compact and efficient implementations of the standard synchronization primitives.INDIRECT18
password-hash • 0.4.2Traits which describe the functionality of password hashing algorithms, as well as a `no_std`-friendly implementation of the PHC string format (a well-defined subset of the Modular Crypt Format a.k.a. MCF) INDIRECT7
paste • 1.0.15Macros for all your token pasting needsINDIRECT0
pbkdf2 • 0.11.0Generic implementation of PBKDF2INDIRECT17
pin-project-lite • 0.2.15A lightweight version of pin-project written with declarative macros. INDIRECT0
pin-utils • 0.1.0Utilities for pinning INDIRECT0
pkg-config • 0.3.31A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. INDIRECT0
png • 0.17.16PNG decoding and encoding library in pure RustINDIRECT8
ppv-lite86 • 0.2.20Implementation of the crypto-simd API for x86INDIRECT7
primal-check • 0.3.4Fast standalone primality testing. INDIRECT3
proc-macro-error-attr • 1.0.4Attribute macro for proc-macro-error crateINDIRECT4
proc-macro-error • 1.0.4Almost drop-in replacement to panics in proc-macrosINDIRECT6
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
qoi • 0.4.1VERY fast encoder/decoder for QOI (Quite Okay Image) formatINDIRECT1
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.3.1ChaCha random number generator INDIRECT13
rand_core • 0.6.4Core random number generator traits and tools for implementation. INDIRECT4
rand • 0.8.5Random number generators and other randomness functionality. INDIRECT14
rayon-core • 1.12.1Core APIs for RayonINDIRECT3
rayon • 1.10.0Simple work-stealing parallelism for RustDIRECT5
regex-syntax • 0.6.29A regular expression parser.INDIRECT0
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. INDIRECT3
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT1
rustc-hash • 1.1.0speed, non-cryptographic hash used in rustcINDIRECT0
rustdct • 0.7.1Compute Discrete Cosine Transforms (DCT) of any size in O(nlogn) time, in pure Rust.INDIRECT9
rustfft • 6.2.0High-performance FFT library written in pure Rust.INDIRECT8
scopeguard • 1.2.0A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies. INDIRECT0
semver • 1.0.24Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT0
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.133A JSON serialization file formatDIRECT9
serde_yaml • 0.8.26YAML data format for SerdeINDIRECT12
serde • 1.0.195A generic serialization/deserialization frameworkDIRECT5
sha1 • 0.10.6SHA-1 hash functionINDIRECT10
sha2 • 0.10.8Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. INDIRECT10
sha2 • 0.9.9Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. INDIRECT9
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
snafu-derive • 0.6.10An ergonomic error handling libraryINDIRECT4
snafu • 0.6.10An ergonomic error handling libraryINDIRECT6
strength_reduce • 0.2.4Faster integer division and modulus operationsINDIRECT0
stringprep • 0.1.5An implementation of the stringprep algorithmINDIRECT5
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.90Parser for Rust source codeINDIRECT2
tempfile • 3.14.0A library for managing temporary files and directories.DIRECT18
thiserror-impl • 1.0.69Implementation detail of the `thiserror` crateINDIRECT4
thiserror-impl • 2.0.8Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.69derive(Error)INDIRECT5
thiserror • 2.0.8derive(Error)INDIRECT5
time • 0.3.15Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].INDIRECT2
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
transpose • 0.2.3Utility for transposing multi-dimensional dataINDIRECT4
type-map • 0.5.0Provides a typemap container with FxHashMapINDIRECT1
typenum • 1.17.0Typenum 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
unic-langid-impl • 0.9.5API for managing Unicode Language IdentifiersINDIRECT8
unic-langid • 0.9.5API for managing Unicode Language IdentifiersINDIRECT9
unicase • 2.8.0A case-insensitive wrapper around strings.INDIRECT0
unicode-bidi • 0.3.18Implementation of the Unicode Bidirectional AlgorithmINDIRECT0
unicode-normalization • 0.1.24This crate provides functions for normalization of Unicode strings, including Canonical and Compatible Decomposition and Recomposition, as described in Unicode Standard Annex #15. INDIRECT2
unicode-properties • 0.1.3Query character Unicode properties according to UAX #44 and UTR #51. INDIRECT0
uuid • 1.11.0A library to generate and parse UUIDs.INDIRECT0
vcpkg • 0.2.15A library to find native dependencies in a vcpkg tree at build time in order to be used in Cargo build scripts. INDIRECT0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
vid_dup_finder_lib • 0.1.2a library to find near-duplicate video filesDIRECT46
wasm-bindgen-backend • 0.2.99Backend code generation of the wasm-bindgen tool INDIRECT7
wasm-bindgen-macro-support • 0.2.99The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate INDIRECT8
wasm-bindgen-macro • 0.2.99Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT9
wasm-bindgen-shared • 0.2.99Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT0
wasm-bindgen • 0.2.99Easy support for interacting between JS and Rust. INDIRECT12
weezl • 0.1.8Fast LZW compression and decompression.INDIRECT0
winapi-i686-pc-windows-gnu • 0.4.0Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi-x86_64-pc-windows-gnu • 0.4.0Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi • 0.3.9Raw FFI bindings for all of Windows API.INDIRECT2
windows_aarch64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows-core • 0.52.0Rust for WindowsINDIRECT9
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
yaml-rust • 0.4.5The missing YAML 1.2 parser for rustINDIRECT1
MIT41
PackageRelationDependenciesPublished
audio_checker • 0.1.0Library checking if audio files are brokenDIRECT23
bincode • 1.3.3A binary serialization / deserialization strategy for transforming structs into bytes and vice versa!DIRECT6
bk-tree • 0.4.0A Rust BK-tree implementationDIRECT2
block • 0.1.6Rust interface for Apple's C language extension of blocks.INDIRECT0
cfb • 0.7.3Read/write Compound File Binary (structured storage) filesINDIRECT3
color_quant • 1.1.0Color quantization library to reduce n colors to 256 colors.INDIRECT0
crunchy • 0.2.2Crunchy unroller: deterministically unroll constant loopsINDIRECT0
dashmap • 5.4.0Blazing fast concurrent HashMap for Rust.INDIRECT20
doc-comment • 0.3.3Macro to generate doc commentsINDIRECT0
extended • 0.1.0Extended precision 80-bit floating-point numbers (f80). INDIRECT0
fax_derive • 0.1.0Bitstream matcher for the fax crateINDIRECT4
fax • 0.1.1Decoder and Encoder for CCITT Group 3 and 4 bi-level image encodings used by fax machines TIFF and PDF.INDIRECT5
generic-array • 0.14.7Generic types implementing functionality of arraysINDIRECT2
i18n-config • 0.4.7This library contains the configuration stucts (along with their parsing functions) for the cargo-i18n tool/system.INDIRECT14
i18n-embed-fl • 0.6.6Macro to perform compile time checks when using the i18n-embed crate and the fluent localization systemDIRECT86
i18n-embed-impl • 0.8.1Macro implementations for i18n-embedINDIRECT18
i18n-embed • 0.13.9Traits and macros to conveniently embed localization assets into your application binary or library in order to localize it at runtime.DIRECT79
infer • 0.9.0Small crate to infer file type based on magic number signaturesDIRECT4
inflate • 0.4.5DEFLATE decodingINDIRECT1
libheif-rs • 0.15.1Safe wrapper around the libheif-sys crate for parsing heif/heic filesDIRECT9
libheif-sys • 1.16.2libheif bindingsINDIRECT3
libredox • 0.1.3Redox stable ABIINDIRECT2
locale_config • 0.3.0Maintains locale preferences for process and thread and initialises them by inspecting the system for user preference. INDIRECT14
malloc_buf • 0.0.6Structs for handling malloc'd memory passed to Rust.INDIRECT1
mime_guess • 2.0.5A simple crate for detection of a file's MIME type by its extension.DIRECT2
objc_id • 0.1.1Rust smart pointers for Objective-C reference counting.INDIRECT3
objc-foundation • 0.1.1Rust wrapper for Objective-C's Foundation framework.INDIRECT5
objc • 0.2.7Objective-C Runtime bindings and wrapper for Rust.INDIRECT2
pdf_derive • 0.1.22helper for pdf-rs.INDIRECT4
pdf • 0.7.2PDF readerDIRECT73
redox_syscall • 0.5.8A Rust library to access raw Redox system callsINDIRECT1
redox_users • 0.4.6A Rust library to access Redox users and groups functionalityINDIRECT12
rust-embed-impl • 6.5.0Rust Custom Derive Macro which loads files into the rust binary at compile time during release and loads the file from the fs during devINDIRECT29
rust-embed-utils • 7.8.1Utilities for rust-embedINDIRECT24
rust-embed • 6.6.1Rust Custom Derive Macro which loads files into the rust binary at compile time during release and loads the file from the fs during devDIRECT30
simd-adler32 • 0.3.7A SIMD-accelerated Adler-32 hash algorithm implementation.INDIRECT0
slab • 0.4.9Pre-allocated storage for a uniform data typeINDIRECT1
strsim • 0.10.0Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. INDIRECT0
tiff • 0.9.1TIFF decoding and encoding library in pure RustINDIRECT14
triple_accel • 0.3.4Rust edit distance routines accelerated using SIMD. Supports fast Hamming, Levenshtein, restricted Damerau-Levenshtein, etc. distance calculations and string search.INDIRECT0
zip • 0.6.6Library to support the reading and writing of zip files. DIRECT37
MPL-2.015
PackageRelationDependenciesPublished
symphonia-bundle-flac • 0.5.4Pure Rust FLAC demuxer and decoder (a part of project Symphonia).INDIRECT10
symphonia-bundle-mp3 • 0.5.4Pure Rust MP1, MP2, and MP3 demuxer and decoder (a part of project Symphonia).INDIRECT9
symphonia-codec-aac • 0.5.4Pure Rust AAC decoder (a part of project Symphonia).INDIRECT6
symphonia-codec-adpcm • 0.5.4Pure Rust ADPCM audio decoder (a part of project Symphonia).INDIRECT6
symphonia-codec-alac • 0.5.4Pure Rust ALAC decoder (a part of project Symphonia).INDIRECT6
symphonia-codec-pcm • 0.5.4Pure Rust PCM audio decoder (a part of project Symphonia).INDIRECT6
symphonia-codec-vorbis • 0.5.4Pure Rust Vorbis decoder (a part of project Symphonia).INDIRECT10
symphonia-core • 0.5.4Project Symphonia shared structs, traits, and features.INDIRECT5
symphonia-format-isomp4 • 0.5.4Pure Rust ISO/MP4 demuxer (a part of project Symphonia).INDIRECT10
symphonia-format-mkv • 0.5.4Pure Rust MKV/WebM demuxer (a part of project Symphonia).INDIRECT10
symphonia-format-ogg • 0.5.4Pure Rust OGG demuxer (a part of project Symphonia).INDIRECT10
symphonia-format-riff • 0.5.4Pure Rust RIFF demuxer (a part of project Symphonia).INDIRECT10
symphonia-metadata • 0.5.4Project Symphonia multimedia tag and metadata readers.INDIRECT8
symphonia-utils-xiph • 0.5.4Project Symphonia utilities for Xiph codecs and formats.INDIRECT9
symphonia • 0.5.4Pure Rust media container and audio decoding library.INDIRECT22
MIT OR Unlicense7
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
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
memchr • 2.7.4Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
same-file • 1.0.6A simple crate for determining whether two file paths point to the same file. INDIRECT11
walkdir • 2.5.0Recursively walk a directory.INDIRECT12
winapi-util • 0.1.9A dumping ground for high level safe wrappers over windows-sys.INDIRECT10
Apache-2.0 OR MIT OR Zlib5
PackageRelationDependenciesPublished
bytemuck • 1.20.0A crate for mucking around with piles of bytes.INDIRECT0
miniz_oxide • 0.8.2DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT2
tinyvec_macros • 0.1.1Some macros for tiny containersINDIRECT0
tinyvec • 1.8.1`tinyvec` provides 100% safe vec-like data structures.INDIRECT1
zune-inflate • 0.2.54A heavily optimized deflate decompressor in Pure RustINDIRECT1
BSD-3-Clause3
PackageRelationDependenciesPublished
exr • 1.73.0Read and write OpenEXR files without any unsafe codeINDIRECT14
lebe • 0.5.2Tiny, dead simple, high performance endianness conversions with a generic APIINDIRECT0
subtle • 2.6.1Pure-Rust traits and utilities for constant-time cryptographic implementations.INDIRECT0
Apache-2.03
PackageRelationDependenciesPublished
fluent-langneg • 0.13.0A library for language and locale negotiation. INDIRECT10
self_cell • 0.10.3Safe-to-use proc-macro-free self-referential structs in stable Rust.INDIRECT1
self_cell • 1.1.0Safe-to-use proc-macro-free self-referential structs in stable Rust.INDIRECT0
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception3
PackageRelationDependenciesPublished
linux-raw-sys • 0.4.14Generated bindings for Linux's userspace APIINDIRECT0
rustix • 0.38.42Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscallsINDIRECT14
wasi • 0.11.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
LGPL-3.0-only2
PackageRelationDependenciesPublished
imagepipe • 0.5.0An image processing pipelineDIRECT61
multicache • 0.6.1An LRU cache where each object has a given weightINDIRECT1
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 serializationINDIRECT6
Apache-2.0 OR CC0-1.0 OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
blake3 • 1.5.5the BLAKE3 hash functionDIRECT6
LGPL-2.11
PackageRelationDependenciesPublished
rawloader • 0.37.1A library to extract the data from camera raw formatsDIRECT19
BSL-1.01
PackageRelationDependenciesPublished
xxhash-rust • 0.8.13Implementation of xxhashDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
arrayref • 0.3.9Macros to take array references of slicesINDIRECT0
CC0-1.01
PackageRelationDependenciesPublished
constant_time_eq • 0.1.5Compares two equal-sized byte strings in constant time.INDIRECT0
Apache-2.0 OR CC0-1.0 OR MIT-01
PackageRelationDependenciesPublished
constant_time_eq • 0.3.1Compares two equal-sized byte strings in constant time.INDIRECT0
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
Zlib1
PackageRelationDependenciesPublished
adler32 • 1.2.0Minimal Adler32 implementation for Rust.INDIRECT0
unknown1
PackageRelationDependenciesPublished
num-integer • 0.1.46Integer traits and functionsINDIRECT2
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
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler2 • 2.0.0A simple clean-room implementation of the Adler-32 checksumINDIRECT0
BSD-3-Clause AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
encoding_rs • 0.8.35A Gecko-oriented implementation of the Encoding StandardINDIRECT1
Unicode-3.01
PackageRelationDependenciesPublished
tinystr • 0.7.6A small ASCII-only bounded length string representation.INDIRECT5
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 5.0.0 version:

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