licenses.dev

android-tzdata v0.1.1

Parser for the Android-specific tzdata file

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT31
PackageRelationDependenciesPublished
aes • 0.8.4Pure Rust implementation of the Advanced Encryption Standard (a.k.a. Rijndael)INDIRECT9
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
block-buffer • 0.10.4Buffer type for block processing of dataINDIRECT3
bzip2-sys • 0.1.11+1.0.8Bindings to libbzip2 for bzip2 compression and decompression exposed as Reader/Writer streams. INDIRECT5
bzip2 • 0.4.4Bindings to libbzip2 for bzip2 compression and decompression exposed as Reader/Writer streams. INDIRECT6
cc • 1.0.99A 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. INDIRECT3
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 ciphersINDIRECT5
cpufeatures • 0.2.14Lightweight 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 computationINDIRECT1
crossbeam-utils • 0.8.20Utilities for concurrent programmingINDIRECT0
crypto-common • 0.1.6Common cryptographic traitsINDIRECT3
digest • 0.10.7Traits for cryptographic hash functions and message authentication codesINDIRECT6
flate2 • 1.0.34DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. INDIRECT4
hmac • 0.12.1Generic implementation of Hash-based Message Authentication Code (HMAC)INDIRECT7
inout • 0.1.3Custom reference types for code generic over in-place and buffer-to-buffer modes of operation.INDIRECT3
jobserver • 0.1.32An implementation of the GNU Make jobserver for Rust. INDIRECT1
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
num_threads • 0.1.7A minimal library that determines the number of running threads for the current process.INDIRECT1
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
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) INDIRECT3
pbkdf2 • 0.11.0Generic implementation of PBKDF2INDIRECT15
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
rand_core • 0.6.4Core random number generator traits and tools for implementation. INDIRECT0
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
time • 0.3.15Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].INDIRECT2
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
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
zstd-safe • 5.0.2+zstd.1.5.2Safe low-level bindings for the zstd compression library.INDIRECT6
zstd-sys • 2.0.13+zstd.1.5.6Low-level bindings for the zstd compression library.INDIRECT5
MIT3
PackageRelationDependenciesPublished
generic-array • 0.14.7Generic types implementing functionality of arraysINDIRECT2
zip • 0.6.6Library to support the reading and writing of zip files. DIRECT38
zstd • 0.11.2+zstd.1.5.2Binding for the zstd compression library.INDIRECT7
MIT OR Unlicense1
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
CC0-1.01
PackageRelationDependenciesPublished
constant_time_eq • 0.1.5Compares two equal-sized byte strings in constant time.INDIRECT0
Apache-2.0 OR MIT OR Zlib1
PackageRelationDependenciesPublished
miniz_oxide • 0.8.0DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler2 • 2.0.0A simple clean-room implementation of the Adler-32 checksumINDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
subtle • 2.6.1Pure-Rust traits and utilities for constant-time cryptographic implementations.INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.1.1 version:

[![licenses](https://licenses.dev/b/cargo/android-tzdata/0.1.1)](https://licenses.dev/cargo/android-tzdata/0.1.1)
<a href="https://licenses.dev/cargo/android-tzdata/0.1.1">
  <img src="https://licenses.dev/b/cargo/android-tzdata/0.1.1" alt="licenses" />
</a>
GitHub