licenses.dev

holochain_wasmer_common v0.0.99

commons for both host and guest

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

Apache-2.0 OR MIT40
PackageRelationDependenciesPublished
autocfg • 1.5.1Automatic cfg for Rust compiler featuresINDIRECT0
block-buffer • 0.10.4Buffer types for block processing of dataINDIRECT3
camino • 1.1.12UTF-8 pathsINDIRECT6
cargo-platform • 0.1.8Cargo's representation of a target platform.INDIRECT6
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
either • 1.17.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
equivalent • 1.0.2Traits for key comparison in maps.INDIRECT0
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
hashbrown • 0.17.1A 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.14.0A hash table with consistent order and fast iteration.INDIRECT2
itertools • 0.13.0Extra iterator adaptors, iterator methods, free functions, and macros.INDIRECT1
itoa • 1.0.18Fast integer primitive to string conversionINDIRECT0
libc • 0.2.189Raw FFI bindings to platform libraries like libc.INDIRECT0
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
once_cell • 1.21.4Single assignment cells and lazy values.INDIRECT0
prettyplease • 0.2.17A minimal `syn` syntax tree pretty-printerINDIRECT4
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
quote • 1.0.47Quasi-quoting macro quote!(...)INDIRECT2
semver • 1.0.26Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT6
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 formatINDIRECT12
serde-transcode • 1.1.1Transcode from one Serde format to anotherINDIRECT6
serde • 1.0.203A generic serialization/deserialization frameworkDIRECT5
sha1 • 0.10.7SHA-1 hash functionINDIRECT9
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)INDIRECT5
thiserror • 2.0.20derive(Error)DIRECT5
typenum • 1.20.1Typenum 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
MIT9
PackageRelationDependenciesPublished
bincode • 1.3.3A binary serialization / deserialization strategy for transforming structs into bytes and vice versa!INDIRECT6
cargo_metadata • 0.18.1structured access to the output of `cargo metadata`INDIRECT18
darling_core • 0.20.11Helper 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.11Internal 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.11A proc-macro library for reading attributes into structs when implementing custom derives. INDIRECT9
generic-array • 0.14.7Generic types implementing functionality of arraysINDIRECT2
rmp-serde • 1.3.0Serde support for MessagePackINDIRECT10
rmp • 0.8.15Pure Rust MessagePack serialization implementationINDIRECT2
strsim • 0.11.1Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. INDIRECT0
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 easyDIRECT47
Apache-2.02
PackageRelationDependenciesPublished
holochain_serialized_bytes_derive • 0.0.55Provides derive macros for holochain_serialized_bytesINDIRECT4
holochain_serialized_bytes • 0.0.55Serialized bytes for HolochainDIRECT24
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 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
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.0.99 version:

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