licenses.dev

holochain_integrity_types v0.4.0-dev.15

Holochain integrity types

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

Apache-2.0 OR MIT84
PackageRelationDependenciesPublished
arbitrary • 1.4.1The trait for generating structured data from unstructured dataDIRECT5
arrayvec • 0.7.6A 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.4.0Automatic cfg for Rust compiler featuresINDIRECT0
base64 • 0.22.1encodes and decodes base64 as bytes or utf8INDIRECT0
bit-set • 0.5.3A set of bitsINDIRECT1
bit-vec • 0.6.3A vector of bitsINDIRECT0
bitflags • 2.6.0A macro to generate structures which behave like bitflags. INDIRECT0
block-buffer • 0.10.4Buffer type for block processing of dataINDIRECT3
camino • 1.1.9UTF-8 pathsINDIRECT6
cargo-platform • 0.1.8Cargo's representation of a target platform.INDIRECT6
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
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
derive_arbitrary • 1.4.1Derives arbitrary traitsINDIRECT4
derive_builder_core • 0.20.2Internal helper library for the derive_builder crate.INDIRECT10
derive_builder_macro • 0.20.2Rust macro to automatically implement the builder pattern for arbitrary structs.INDIRECT11
derive_builder • 0.20.2Rust macro to automatically implement the builder pattern for arbitrary structs.DIRECT12
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
equivalent • 1.0.1Traits for key comparison in maps.INDIRECT0
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
futures-channel • 0.3.31Channels for asynchronous communication using futures-rs. INDIRECT2
futures-core • 0.3.31The core traits and types in for the `futures` library. INDIRECT0
futures-executor • 0.3.31Executors for asynchronous tasks based on the futures-rs library. INDIRECT16
futures-io • 0.3.31The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. INDIRECT0
futures-macro • 0.3.31The futures-rs procedural macro implementations. INDIRECT4
futures-sink • 0.3.31The asynchronous `Sink` trait for the futures-rs library. INDIRECT0
futures-task • 0.3.31Tools for working with tasks. INDIRECT0
futures-util • 0.3.31Common utilities and extension traits for the futures-rs library. INDIRECT15
futures • 0.3.31An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. INDIRECT17
gcollections • 1.5.0Generic traits over Rust collections library.INDIRECT6
hashbrown • 0.15.2A Rust port of Google's SwissTable hash mapINDIRECT0
heck • 0.5.0heck is a case conversion library.INDIRECT0
hex • 0.4.3Encoding and decoding data into/from hexadecimal representation.INDIRECT0
ident_case • 1.0.1Utility for applying case rules to Rust identifiers.INDIRECT0
indexmap • 2.7.0A hash table with consistent order and fast iteration.INDIRECT2
intervallum • 1.4.1Generic interval and interval set library.INDIRECT7
itertools • 0.13.0Extra iterator adaptors, iterator methods, free functions, and macros.INDIRECT1
itoa • 1.0.14Fast integer primitive to string conversionINDIRECT0
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
libc • 0.2.169Raw FFI bindings to platform libraries like libc. INDIRECT0
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
paste • 1.0.15Macros for all your token pasting needsINDIRECT0
pin-project-lite • 0.2.15A lightweight version of pin-project written with declarative macros. INDIRECT0
pin-utils • 0.1.0Utilities for pinning INDIRECT0
ppv-lite86 • 0.2.20Implementation of the crypto-simd API for x86INDIRECT7
prettyplease • 0.2.17A minimal `syn` syntax tree pretty-printerINDIRECT4
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
proptest-derive • 0.5.1Custom-derive for the Arbitrary trait of proptest. DIRECT4
proptest • 1.6.0Hypothesis-like property-based testing and shrinking. DIRECT16
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.3.1ChaCha random number generator INDIRECT9
rand_core • 0.6.4Core random number generator traits and tools for implementation. INDIRECT0
rand_xorshift • 0.3.0Xorshift random number generator INDIRECT1
rand • 0.8.5Random number generators and other randomness functionality. INDIRECT1
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT7
semver • 1.0.24Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT6
serde_bytes • 0.11.15Optimized 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.133A JSON serialization file formatDIRECT12
serde-transcode • 1.1.1Transcode from one Serde format to anotherINDIRECT6
serde • 1.0.203A generic serialization/deserialization frameworkDIRECT5
sha1 • 0.10.6SHA-1 hash functionINDIRECT9
subtle-encoding • 0.5.1Encoders and decoders for common data encodings (base64, bech32, hex) which avoid data-dependent branching/table lookups and therefore provide "best effort" constant time. Useful for encoding/decoding secret values such as cryptographic keys. DIRECT1
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.56Parser for Rust source codeINDIRECT3
thiserror-impl • 1.0.65Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.65derive(Error)INDIRECT5
trilean • 1.1.0Kleene's three-valued logic (boolean + unknown).INDIRECT0
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
unarray • 0.1.4Utilities for working with uninitialized arraysINDIRECT0
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-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
zeroize • 1.8.1Securely clear secrets from memory with a simple trait built on stable Rust primitives which guarantee memory is zeroed using an operation will not be 'optimized away' by the compiler. Uses a portable pure Rust implementation that works everywhere, even WASM! INDIRECT0
MIT16
PackageRelationDependenciesPublished
bincode • 1.3.3A binary serialization / deserialization strategy for transforming structs into bytes and vice versa!INDIRECT6
blake2b_simd • 1.0.2a pure Rust BLAKE2b implementation with dynamic SIMDINDIRECT3
cargo_metadata • 0.18.1structured access to the output of `cargo metadata`INDIRECT18
convert_case • 0.4.0Convert strings into any caseINDIRECT0
darling_core • 0.20.10Helper crate for proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. INDIRECT7
darling_macro • 0.20.10Internal support for a proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. INDIRECT8
darling • 0.20.10A proc-macro library for reading attributes into structs when implementing custom derives. INDIRECT9
derive_more • 0.99.18Adds #[derive(x)] macros for more traitsINDIRECT9
generic-array • 0.14.7Generic types implementing functionality of arraysINDIRECT2
rmp-serde • 1.3.0Serde bindings for RMPINDIRECT11
rmp • 0.8.14Pure Rust MessagePack serialization implementationINDIRECT4
slab • 0.4.9Pre-allocated storage for a uniform data typeINDIRECT1
strsim • 0.11.1Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. INDIRECT0
tracing-attributes • 0.1.28Procedural macro attributes for automatically instrumenting functions. INDIRECT4
tracing-core • 0.1.33Core primitives for application-level tracing. INDIRECT1
tracing • 0.1.41Application-level tracing for Rust. DIRECT8
Apache-2.08
PackageRelationDependenciesPublished
holo_hash • 0.4.0hashing helpers supporting dht shardingDIRECT99
holochain_secure_primitive • 0.4.0Crate for the secure primitive macrosDIRECT8
holochain_serialized_bytes_derive • 0.0.55Provides derive macros for holochain serialized bytes.INDIRECT4
holochain_serialized_bytes • 0.0.55serialized bytes for holochainDIRECT25
holochain_util • 0.4.0This crate is a collection of various utility functions that are used in the other crates in the holochain repository.DIRECT33
holochain_wasmer_common • 0.0.96commons for both host and guestINDIRECT57
kitsune_p2p_dht_arc • 0.4.0Kitsune P2p Dht Arc UtilsINDIRECT18
kitsune_p2p_timestamp • 0.4.0Microsecond-precision timestamp datatype for kitsune_p2pDIRECT6
AGPL-3.0 WITH mif-exception4
PackageRelationDependenciesPublished
test-fuzz-internal • 6.0.0test-fuzz-internalINDIRECT20
test-fuzz-macro • 6.0.0test-fuzz-macroINDIRECT15
test-fuzz-runtime • 6.0.0test-fuzz-runtimeINDIRECT34
test-fuzz • 6.0.0To make fuzzing Rust easyINDIRECT47
Apache-2.0 OR CC0-1.0 OR MIT-02
PackageRelationDependenciesPublished
constant_time_eq • 0.3.1Compares 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.7.4Provides 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.7.35Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.7.35Utilities for zero-copy parsing and serializationINDIRECT6
BSD-3-Clause1
PackageRelationDependenciesPublished
subtle • 2.6.1Pure-Rust traits and utilities for constant-time cryptographic implementations.DIRECT0
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.18Fast floating point to string conversionINDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
arrayref • 0.3.9Macros to take array references of slicesINDIRECT0
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
unknown1
PackageRelationDependenciesPublished
num-integer • 0.1.46Integer traits and functionsINDIRECT2
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.4.0-dev.15 version:

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