licenses.dev

mls-rs-core v0.23.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 MIT52
PackageRelationDependenciesPublished
arbitrary • 1.4.1The trait for generating structured data from unstructured dataDIRECT5
assert_matches • 1.5.0Asserts that a value matches a patternDIRECT0
async-trait • 0.1.80Type erasure for async trait methodsDIRECT4
bumpalo • 3.19.0A fast bump allocation arena for Rust.INDIRECT0
cfg-if • 1.0.1A 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
console_error_panic_hook • 0.1.7A panic hook for `wasm32-unknown-unknown` that logs panics to `console.error`INDIRECT15
critical-section • 1.2.0Cross-platform critical sectionINDIRECT0
derive_arbitrary • 1.4.1Derives arbitrary traitsINDIRECT4
either • 1.15.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
heck • 0.4.1heck is a case conversion library.INDIRECT0
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.15Fast integer primitive to string conversionINDIRECT0
js-sys • 0.3.77Bindings 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. INDIRECT15
libc • 0.2.174Raw FFI bindings to platform libraries like libc.INDIRECT0
log • 0.4.27A lightweight logging facade for Rust INDIRECT0
mls-rs-codec-derive • 0.2.0Derive macro crate for mls-rs-codecINDIRECT10
mls-rs-codec • 0.6.0TLS codec and MLS specific encoding used by mls-rsDIRECT22
once_cell • 1.21.3Single assignment cells and lazy values.INDIRECT1
paste • 1.0.15Macros for all your token pasting needsINDIRECT0
prettyplease • 0.1.25A minimal `syn` syntax tree pretty-printerINDIRECT4
proc-macro-error-attr • 1.0.4Attribute macro for proc-macro-error crateINDIRECT4
proc-macro-error • 1.0.4Almost drop-in replacement to panics in proc-macrosINDIRECT6
proc-macro2 • 1.0.95A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.40Quasi-quoting macro quote!(...)INDIRECT2
rustversion • 1.0.21Conditional compilation according to rustc compiler versionINDIRECT0
scoped-tls • 1.0.1Library implementation of the standard library's old `scoped_thread_local!` macro for providing scoped access to thread local storage (TLS) so any type can be stored into TLS. INDIRECT0
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
serde_bytes • 0.11.17Optimized handling of `&[u8]` and `Vec<u8>` for SerdeDIRECT6
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.140A JSON serialization file formatDIRECT9
serde • 1.0.195A generic serialization/deserialization frameworkDIRECT5
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.104Parser for Rust source codeINDIRECT2
thiserror-impl • 1.0.69Implementation detail of the `thiserror` crateINDIRECT4
thiserror-impl • 2.0.12Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.69derive(Error)INDIRECT5
thiserror • 2.0.12derive(Error)DIRECT5
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
wasm-bindgen-backend • 0.2.100Backend code generation of the wasm-bindgen tool INDIRECT7
wasm-bindgen-futures • 0.4.50Bridging the gap between Rust Futures and JavaScript PromisesINDIRECT17
wasm-bindgen-macro-support • 0.2.100The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate INDIRECT8
wasm-bindgen-macro • 0.2.100Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT9
wasm-bindgen-shared • 0.2.100Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT1
wasm-bindgen-test-macro • 0.3.37Internal testing macro for wasm-bindgenINDIRECT3
wasm-bindgen-test • 0.3.37Internal testing crate for wasm-bindgenDIRECT21
wasm-bindgen • 0.2.100Easy support for interacting between JS and Rust. DIRECT14
web-sys • 0.3.77Bindings for all Web APIs, a procedurally generated crate from WebIDL INDIRECT16
zeroize_derive • 1.4.2Custom derive support for zeroizeINDIRECT4
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! DIRECT5
MIT11
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
macro_rules_attribute-proc_macro • 0.1.3Use declarative macros as proc_macro attributes or derivesINDIRECT0
macro_rules_attribute • 0.1.3Use declarative macros in attribute or derive positionINDIRECT2
maybe-async • 0.2.10A procedure macro to unify SYNC and ASYNC implementationDIRECT4
safer_ffi-proc_macros • 0.1.8Procedural macro internals of `::safer_ffi`INDIRECT8
safer-ffi-gen-macro • 0.9.2Proc macro implementation for safer-ffi-genINDIRECT11
safer-ffi-gen • 0.9.2FFI wrapper generator based on safer-ffiDIRECT29
safer-ffi • 0.1.8Write safer FFI code in Rust without polluting it with unsafe codeDIRECT18
strsim • 0.11.1Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. INDIRECT0
Apache-2.0 OR MIT OR Zlib7
PackageRelationDependenciesPublished
ext-trait-proc_macros • 1.0.1Internal: proc-macro backend of ::ext_trait.INDIRECT4
ext-trait • 1.0.1Annotation to easily define ad-hoc / one-shot extension traitsINDIRECT5
extension-traits • 1.0.1Annotation to easily define ad-hoc / one-shot extension traitsINDIRECT6
uninit • 0.5.1A collection of tools for a safer usage of uninitialized memoryINDIRECT7
unwind_safe • 0.1.0Readable unwind-safe code thanks to a try-finally-looking builder patternINDIRECT0
with_builtin_macros-proc_macros • 0.0.3Helper for macro_rules authors to chain their macros with builtin ones (such as `env!`, `include!`, or `concat_idents!`). INDIRECT4
with_builtin_macros • 0.0.3Helper for macro_rules authors to chain their macros with builtin ones (such as `env!`, `include!`, or `concat_idents!`). INDIRECT5
MIT OR Unlicense1
PackageRelationDependenciesPublished
memchr • 2.7.5Provides 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.20Fast floating point to string conversionINDIRECT0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.18Determine 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.23.0 version:

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