licenses.dev

mls-rs-core v0.27.0

Core components and traits for mls-rs

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT51
PackageRelationDependenciesPublished
arbitrary • 1.4.2The trait for generating structured data from unstructured dataDIRECT5
assert_matches • 1.5.0Asserts that a value matches a patternDIRECT0
async-trait • 0.1.89Type erasure for async trait methodsDIRECT4
autocfg • 1.5.1Automatic cfg for Rust compiler featuresINDIRECT0
bumpalo • 3.20.3A fast bump allocation arena for Rust.INDIRECT0
cast • 0.3.0Ergonomic, checked cast functions for primitive typesINDIRECT0
cc • 1.4.7A 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. INDIRECT2
cfg-if • 1.0.5A 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
derive_arbitrary • 1.4.2Derives arbitrary traitsINDIRECT4
either • 1.18.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
find-msvc-tools • 0.1.13Find windows-specific tools, read MSVC versions from the registry and from COM interfacesINDIRECT0
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
futures-core • 0.3.34The core traits and types in for the `futures` 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. INDIRECT4
hex • 0.4.3Encoding and decoding data into/from hexadecimal representation.DIRECT0
ident_case • 1.0.1Utility for applying case rules to Rust identifiers.INDIRECT0
itertools • 0.14.0Extra iterator adaptors, iterator methods, free functions, and macros.DIRECT1
itoa • 1.0.18Fast integer primitive to string conversionINDIRECT0
js-sys • 0.3.91Bindings for all JS global objects and functions in all JS environments like Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate. INDIRECT12
minicov • 0.3.9Code coverage and profile-guided optimization support for no_std and embedded programsINDIRECT8
mls-rs-codec-derive • 0.2.0Derive macro crate for mls-rs-codecINDIRECT10
mls-rs-codec • 0.7.0TLS codec and MLS specific encoding used by mls-rsDIRECT21
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT2
once_cell • 1.21.4Single assignment cells and lazy values.INDIRECT0
pin-project-lite • 0.2.17A lightweight version of pin-project written with declarative macros. INDIRECT0
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
rustversion • 1.0.23Conditional compilation according to rustc compiler versionINDIRECT0
serde_bytes • 0.11.17Optimized handling of `&[u8]` and `Vec<u8>` for SerdeDIRECT6
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.143A JSON serialization file formatDIRECT9
serde • 1.0.210A generic serialization/deserialization frameworkDIRECT5
shlex • 2.0.1Split a string into shell words, like Python's shlex.INDIRECT0
syn • 2.0.56Parser for Rust source codeINDIRECT3
syn • 3.0.6Parser for Rust source codeINDIRECT2
thiserror-impl • 2.0.20Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 2.0.20derive(Error)DIRECT5
wasm-bindgen-futures • 0.4.64Bridging the gap between Rust Futures and JavaScript PromisesINDIRECT19
wasm-bindgen-macro-support • 0.2.114Implementation APIs for the `#[wasm_bindgen]` attributeINDIRECT6
wasm-bindgen-macro • 0.2.114Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT7
wasm-bindgen-shared • 0.2.114Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT1
wasm-bindgen-test-macro • 0.3.64Internal testing macro for wasm-bindgenINDIRECT4
wasm-bindgen-test-shared • 0.2.114Shared support between wasm-bindgen-test and wasm-bindgen-test-runner, an internal dependency. INDIRECT0
wasm-bindgen-test • 0.3.64Internal testing crate for wasm-bindgenDIRECT44
wasm-bindgen • 0.2.114Easy support for interacting between JS and Rust. DIRECT11
web-sys • 0.3.91Bindings for all Web APIs, a procedurally generated crate from WebIDL INDIRECT13
windows-link • 0.2.1Linking for WindowsINDIRECT0
windows-sys • 0.61.2Rust for WindowsINDIRECT1
zeroize_derive • 1.5.0Custom derive support for zeroizeINDIRECT4
zeroize • 1.9.0Securely 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! DIRECT5
MIT9
PackageRelationDependenciesPublished
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
libm • 0.2.16libm in pure RustINDIRECT0
maybe-async • 0.2.11A procedure macro to unify SYNC and ASYNC implementationDIRECT4
nu-ansi-term • 0.50.3Library for ANSI terminal colors and styles (bold, underline)INDIRECT2
oorandom • 11.1.5A tiny, robust PRNG implementation.INDIRECT0
slab • 0.4.12Pre-allocated storage for a uniform data typeINDIRECT0
strsim • 0.11.1Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. INDIRECT0
MIT OR Unlicense4
PackageRelationDependenciesPublished
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
same-file • 1.0.6A simple crate for determining whether two file paths point to the same file. INDIRECT3
walkdir • 2.5.0Recursively walk a directory.INDIRECT4
winapi-util • 0.1.11A dumping ground for high level safe wrappers over windows-sys.INDIRECT2
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.26Determine 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/mls-rs-core)](https://licenses.dev/cargo/mls-rs-core)
<a href="https://licenses.dev/cargo/mls-rs-core">
  <img src="https://licenses.dev/b/cargo/mls-rs-core" alt="licenses" />
</a>

Or the licenses badge code for the 0.27.0 version:

[![licenses](https://licenses.dev/b/cargo/mls-rs-core/0.27.0)](https://licenses.dev/cargo/mls-rs-core/0.27.0)
<a href="https://licenses.dev/cargo/mls-rs-core/0.27.0">
  <img src="https://licenses.dev/b/cargo/mls-rs-core/0.27.0" alt="licenses" />
</a>
GitHub