Package Licenses
MIT
Dependency Licenses
Apache-2.0 OR MIT14
Package | Relation | Dependencies | Published |
---|---|---|---|
arrayvec • 0.5.2A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString. | INDIRECT | 0 | |
autocfg • 1.4.0Automatic cfg for Rust compiler features | INDIRECT | 0 | |
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. | INDIRECT | 1 | |
cfg-if • 0.1.10A 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. | INDIRECT | 0 | |
crossbeam-channel • 0.4.4Multi-producer multi-consumer channels for message passing | DIRECT | 5 | |
crossbeam-utils • 0.7.2Utilities for concurrent programming | INDIRECT | 3 | |
crypto-mac • 0.8.0Trait for Message Authentication Code (MAC) algorithms | INDIRECT | 4 | |
digest • 0.9.0Traits for cryptographic hash functions and message authentication codes | INDIRECT | 3 | |
humansize • 1.1.1A configurable crate to easily represent sizes in a human-readable format. | DIRECT | 0 | |
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust. | INDIRECT | 0 | |
maybe-uninit • 2.0.0MaybeUninit for friends of backwards compatibility | INDIRECT | 0 | |
shlex • 1.3.0Split a string into shell words, like Python's shlex. | INDIRECT | 0 | |
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. | INDIRECT | 0 | |
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc. | INDIRECT | 0 |
Apache-2.0 OR CC0-1.01
Package | Relation | Dependencies | Published |
---|---|---|---|
blake3 • 0.3.8the BLAKE3 hash function | DIRECT | 12 |
BSD-2-Clause1
Package | Relation | Dependencies | Published |
---|---|---|---|
arrayref • 0.3.9Macros to take array references of slices | INDIRECT | 0 |
CC0-1.01
Package | Relation | Dependencies | Published |
---|---|---|---|
constant_time_eq • 0.1.5Compares two equal-sized byte strings in constant time. | INDIRECT | 0 |
MIT1
Package | Relation | Dependencies | Published |
---|---|---|---|
generic-array • 0.14.7Generic types implementing functionality of arrays | INDIRECT | 2 |
BSD-3-Clause1
Package | Relation | Dependencies | Published |
---|---|---|---|
subtle • 2.6.1Pure-Rust traits and utilities for constant-time cryptographic implementations. | INDIRECT | 0 |