licenses.dev

async-hash v0.6.0

Traits and helper functions for SHA256 hashing of async data types

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

Apache-2.0 OR MIT26
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
crypto-common • 0.1.7Common traits used by cryptographic algorithmsINDIRECT3
digest • 0.10.7Traits for cryptographic hash functions and message authentication codesINDIRECT5
futures-channel • 0.3.32Channels for asynchronous communication using futures-rs. INDIRECT2
futures-core • 0.3.32The core traits and types in for the `futures` library. INDIRECT0
futures-executor • 0.3.32Executors for asynchronous tasks based on the futures-rs library. INDIRECT14
futures-io • 0.3.32The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. INDIRECT0
futures-macro • 0.3.32The futures-rs procedural macro implementations. INDIRECT4
futures-sink • 0.3.32The asynchronous `Sink` trait for the futures-rs library. INDIRECT0
futures-task • 0.3.32Tools for working with tasks. INDIRECT0
futures-util • 0.3.32Common utilities and extension traits for the futures-rs library. INDIRECT13
futures • 0.3.32An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. DIRECT15
hermit-abi • 0.5.2Hermit system calls definitions.INDIRECT0
hex • 0.4.3Encoding and decoding data into/from hexadecimal representation.DIRECT0
libc • 0.2.183Raw FFI bindings to platform libraries like libc.INDIRECT0
num_cpus • 1.17.0Get the number of CPUs on a machine.DIRECT2
pin-project-lite • 0.2.17A lightweight version of pin-project written with declarative macros. INDIRECT0
proc-macro2 • 1.0.106A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.45Quasi-quoting macro quote!(...)INDIRECT2
sha2 • 0.10.9Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. DIRECT9
smallvec • 1.15.1'Small vector' optimization: store up to a small number of items on the stackDIRECT0
syn • 2.0.117Parser for Rust source codeINDIRECT2
typenum • 1.19.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
MIT2
PackageRelationDependenciesPublished
generic-array • 0.14.7Generic types implementing functionality of arraysINDIRECT2
slab • 0.4.12Pre-allocated storage for a uniform data typeINDIRECT0
MIT OR Unlicense1
PackageRelationDependenciesPublished
memchr • 2.8.0Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
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
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.6.0 version:

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