licenses.dev

pdf v0.8.1

PDF reader

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT66
PackageRelationDependenciesPublished
aes • 0.8.4Pure Rust implementation of the Advanced Encryption Standard (a.k.a. Rijndael)DIRECT10
async-trait • 0.1.83Type erasure for async trait methodsINDIRECT4
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
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-padding • 0.3.3Padding and unpadding of messages divided into blocks.INDIRECT3
bumpalo • 3.16.0A fast bump allocation arena for Rust.INDIRECT0
cbc • 0.1.2Cipher Block Chaining (CBC) block cipher mode of operationDIRECT7
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
cipher • 0.4.4Traits for describing block ciphers and stream ciphersINDIRECT6
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
crypto-common • 0.1.6Common cryptographic traitsINDIRECT3
datasize_derive • 0.2.15Derive macros for the `datasize` crateINDIRECT4
datasize • 0.2.15A simplified heap memory size estimatorDIRECT5
deflate • 1.0.0A DEFLATE, zlib and gzip encoder written in Rust. DIRECT1
digest • 0.10.7Traits for cryptographic hash functions and message authentication codesINDIRECT5
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
errno • 0.3.10Cross-platform interface to the `errno` variable.INDIRECT11
euclid • 0.22.11Geometry primitivesDIRECT2
fastrand • 2.3.0A simple and fast random number generatorINDIRECT0
glob • 0.3.1Support for matching file paths against Unix shell style patterns. DIRECT0
heck • 0.4.1heck is a case conversion library.INDIRECT0
inout • 0.1.3Custom reference types for code generic over in-place and buffer-to-buffer modes of operation.INDIRECT4
itertools • 0.10.5Extra iterator adaptors, iterator methods, free functions, and macros.DIRECT1
jpeg-decoder • 0.3.1JPEG decoderDIRECT0
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
libc • 0.2.169Raw FFI bindings to platform libraries like libc. INDIRECT0
log • 0.4.22A lightweight logging facade for Rust DIRECT0
md5 • 0.7.0The package provides the MD5 hash function.DIRECT0
memmap2 • 0.5.10Cross-platform Rust API for memory-mapped file IODIRECT1
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
once_cell • 1.20.2Single assignment cells and lazy values.DIRECT0
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
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.210A generic serialization/deserialization frameworkINDIRECT5
sha2 • 0.10.8Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. DIRECT9
snafu-derive • 0.7.5An ergonomic error handling libraryINDIRECT5
snafu • 0.7.5An ergonomic error handling libraryDIRECT7
stringprep • 0.1.5An implementation of the stringprep algorithmDIRECT5
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.56Parser for Rust source codeINDIRECT3
tempfile • 3.14.0A library for managing temporary files and directories.DIRECT18
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
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
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
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
web-time • 1.1.0Drop-in replacement for std::time for Wasm in browsersINDIRECT14
weezl • 0.1.8Fast LZW compression and decompression.DIRECT0
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-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
MIT9
PackageRelationDependenciesPublished
doc-comment • 0.3.3Macro to generate doc commentsINDIRECT0
fax_derive • 0.1.0Bitstream matcher for the fax crateINDIRECT4
fax • 0.2.4Decoder and Encoder for CCITT Group 3 and 4 bi-level image encodings used by fax machines TIFF and PDF.DIRECT5
generic-array • 0.14.7Generic types implementing functionality of arraysINDIRECT2
globalcache • 0.2.4Cache utility that allows per-process managent of many cache instancesDIRECT21
inflate • 0.4.5DEFLATE decodingDIRECT1
istring • 0.3.4A replacement for String that allows storing short strings of length up to sizeof<String>() - 1 without a heap allocationDIRECT6
pdf_derive • 0.1.22helper for pdf-rs.DIRECT4
tuple • 0.5.2Element-wise operations on tuplesINDIRECT8
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception2
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
Apache-2.0 OR MIT OR Zlib2
PackageRelationDependenciesPublished
tinyvec_macros • 0.1.1Some macros for tiny containersINDIRECT0
tinyvec • 1.8.1`tinyvec` provides 100% safe vec-like data structures.INDIRECT1
Zlib1
PackageRelationDependenciesPublished
adler32 • 1.2.0Minimal Adler32 implementation for Rust.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/pdf)](https://licenses.dev/cargo/pdf)
<a href="https://licenses.dev/cargo/pdf">
  <img src="https://licenses.dev/b/cargo/pdf" alt="licenses" />
</a>

Or the licenses badge code for the 0.8.1 version:

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