licenses.dev

holo_hash v0.4.4

hashing helpers supporting dht sharding

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

Apache-2.0 OR MIT86
PackageRelationDependenciesPublished
ahash • 0.8.12A non-cryptographic hash function using AES-NI for high performanceINDIRECT9
arbitrary • 1.4.2The trait for generating structured data from unstructured dataDIRECT0
arrayvec • 0.7.8A 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.5.1Automatic cfg for Rust compiler featuresINDIRECT0
base64 • 0.22.1encodes and decodes base64 as bytes or utf8DIRECT0
bit-set • 0.5.3A set of bitsINDIRECT1
bit-vec • 0.6.3A vector of bitsINDIRECT0
bitflags • 2.13.1A macro to generate structures which behave like bitflags. INDIRECT0
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
equivalent • 1.0.2Traits for key comparison in maps.INDIRECT0
fallible-iterator • 0.3.0Fallible iterator traitsINDIRECT0
fallible-streaming-iterator • 0.1.9Fallible streaming iterationINDIRECT0
futures-channel • 0.3.34Channels for asynchronous communication using futures-rs. INDIRECT2
futures-core • 0.3.34The core traits and types in for the `futures` library. INDIRECT0
futures-executor • 0.3.34Executors for asynchronous tasks based on the futures-rs library. INDIRECT14
futures-io • 0.3.34The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. INDIRECT0
futures-macro • 0.3.34The futures-rs procedural macro implementations. INDIRECT4
futures-sink • 0.3.34The asynchronous `Sink` trait for the futures-rs library. INDIRECT0
futures-task • 0.3.34Tools for working with tasks. INDIRECT0
futures-util • 0.3.34Common utilities and extension traits for the futures-rs library. INDIRECT13
futures • 0.3.34An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. DIRECT15
gcollections • 1.5.0Generic traits over Rust collections library.INDIRECT6
getrandom • 0.2.17A small cross-platform library for retrieving random data from system sourceINDIRECT3
hashbrown • 0.14.5A Rust port of Google's SwissTable hash mapINDIRECT10
hashbrown • 0.17.1A Rust port of Google's SwissTable hash mapINDIRECT0
hashlink • 0.9.1HashMap-like containers that hold their key-value pairs in a user controllable orderINDIRECT11
heck • 0.3.3heck is a case conversion library.INDIRECT1
indexmap • 2.14.0A hash table with consistent order and fast iteration.INDIRECT2
intervallum • 1.4.1Generic interval and interval set library.INDIRECT7
itoa • 1.0.18Fast integer primitive to string conversionINDIRECT0
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
libc • 0.2.189Raw FFI bindings to platform libraries like libc.INDIRECT0
lock_api • 0.4.14Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT1
num-integer • 0.1.47Integer traits and functionsINDIRECT2
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
once_cell • 1.21.4Single assignment cells and lazy values.INDIRECT0
parking_lot_core • 0.9.12An advanced API for creating custom synchronization primitives.INDIRECT6
parking_lot • 0.12.5More compact and efficient implementations of the standard synchronization primitives.INDIRECT9
paste • 1.0.15Macros for all your token pasting needsINDIRECT0
pin-project-lite • 0.2.17A lightweight version of pin-project written with declarative macros. INDIRECT0
pin-utils • 0.1.0Utilities for pinning INDIRECT0
pkg-config • 0.3.34A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. INDIRECT0
ppv-lite86 • 0.2.21Cross-platform cryptography-oriented low-level SIMD library.INDIRECT6
proc-macro2 • 1.0.107A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
proptest-derive • 0.5.1Custom-derive for the Arbitrary trait of proptest. DIRECT4
proptest • 1.11.0Hypothesis-like property-based testing and shrinking. DIRECT15
quote • 1.0.47Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.3.1ChaCha random number generator INDIRECT12
rand_chacha • 0.9.0ChaCha random number generator INDIRECT8
rand_core • 0.6.4Core random number generation traits and tools for implementation.INDIRECT4
rand_core • 0.9.5Core random number generation traits and tools for implementation.INDIRECT0
rand_xorshift • 0.4.0Xorshift random number generator INDIRECT1
rand • 0.8.7Random number generators and other randomness functionality. DIRECT13
rand • 0.9.5Random number generators and other randomness functionality. INDIRECT1
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT1
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.28Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT0
serde_bytes • 0.11.17Optimized handling of `&[u8]` and `Vec<u8>` for SerdeDIRECT6
serde_derive • 1.0.203Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.143A JSON serialization file formatDIRECT12
serde-transcode • 1.1.1Transcode from one Serde format to anotherINDIRECT6
serde • 1.0.203A generic serialization/deserialization frameworkDIRECT5
smallvec • 1.15.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.56Parser for Rust source codeINDIRECT3
syn • 3.0.3Parser for Rust source codeINDIRECT2
thiserror-impl • 1.0.65Implementation detail of the `thiserror` crateINDIRECT4
thiserror-impl • 2.0.20Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.65derive(Error)DIRECT5
thiserror • 2.0.20derive(Error)INDIRECT5
trilean • 1.1.0Kleene's three-valued logic (boolean + unknown).INDIRECT0
unarray • 0.1.4Utilities for working with uninitialized arraysINDIRECT0
unicode-segmentation • 1.13.3This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules. 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
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-link • 0.2.1Linking for WindowsINDIRECT0
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
MIT14
PackageRelationDependenciesPublished
blake2b_simd • 1.0.4a pure Rust BLAKE2b implementation with dynamic SIMDDIRECT3
convert_case • 0.4.0Convert strings into any caseINDIRECT0
derive_more • 0.99.20Adds #[derive(x)] macros for more traitsDIRECT7
libsqlite3-sys • 0.30.1Native bindings to the libsqlite3 libraryINDIRECT2
redox_syscall • 0.5.18A Rust library to access raw Redox system callsINDIRECT1
rmp-serde • 1.3.0Serde support for MessagePackINDIRECT10
rmp • 0.8.15Pure Rust MessagePack serialization implementationINDIRECT2
rusqlite • 0.32.1Ergonomic wrapper for SQLiteDIRECT19
slab • 0.4.12Pre-allocated storage for a uniform data typeINDIRECT0
strum_macros • 0.18.0Helpful macros for working with enums and stringsINDIRECT6
strum • 0.18.0Helpful macros for working with enums and stringsINDIRECT0
tracing-attributes • 0.1.31Procedural macro attributes for automatically instrumenting functions. INDIRECT4
tracing-core • 0.1.36Core primitives for application-level tracing. INDIRECT1
tracing • 0.1.44Application-level tracing for Rust. DIRECT8
Apache-2.07
PackageRelationDependenciesPublished
fixt • 0.4.4minimum viable fixturesDIRECT49
holochain_serialized_bytes_derive • 0.0.55Provides derive macros for holochain_serialized_bytesINDIRECT4
holochain_serialized_bytes • 0.0.55Serialized bytes for HolochainDIRECT24
holochain_util • 0.4.4This crate is a collection of various utility functions that are used in the other crates in the holochain repository.DIRECT31
holochain_wasmer_common • 0.0.99commons for both host and guestDIRECT28
kitsune_p2p_dht_arc • 0.4.4Kitsune P2p Dht Arc UtilsDIRECT18
must_future • 0.1.2A wrapper future marked must_use - mainly to wrap BoxFuturesDIRECT17
Apache-2.0 OR CC0-1.0 OR MIT-02
PackageRelationDependenciesPublished
constant_time_eq • 0.4.2Compares two equal-sized byte strings in constant time.INDIRECT0
dunce • 1.0.5Normalize Windows paths to the most compatible format, avoiding UNC where possibleINDIRECT0
MIT OR Unlicense2
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
memchr • 2.8.3Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.8.56Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.8.56Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don't have to.INDIRECT5
BSD-2-Clause1
PackageRelationDependenciesPublished
arrayref • 0.3.9Macros to take array references of slicesINDIRECT0
MPL-2.01
PackageRelationDependenciesPublished
colored • 2.2.0The most simple way to add colors in your terminalINDIRECT11
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.23Fast floating point to string conversionINDIRECT0
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
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.11.1+wasi-snapshot-preview1WASI API bindings for RustINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.4.4 version:

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