licenses.dev

ockam_core v0.33.0

Core types of the Ockam library.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

Apache-2.0 OR MIT28
PackageRelationDependenciesPublished
async-trait • 0.1.83Type erasure for async trait methodsDIRECT4
atomic-polyfill • 1.0.3Atomic polyfills, for targets where they're not available.INDIRECT1
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
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
core2 • 0.3.3The bare essentials of std::io for use in no_std. Alloc support is optional.DIRECT1
critical-section • 1.2.0Cross-platform critical sectionINDIRECT0
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
hash32 • 0.2.132-bit hashing algorithmsINDIRECT1
hashbrown • 0.11.2A Rust port of Google's SwissTable hash mapDIRECT13
heapless • 0.7.17`static` friendly data structures that don't require dynamic memory allocationDIRECT11
hex • 0.4.3Encoding and decoding data into/from hexadecimal representation.DIRECT0
libc • 0.2.169Raw FFI bindings to platform libraries like libc. INDIRECT0
lock_api • 0.4.12Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT2
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
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
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
rand_core • 0.6.4Core random number generator traits and tools for implementation. INDIRECT0
rand_pcg • 0.3.1Selected PCG random number generators DIRECT1
rand • 0.8.5Random number generators and other randomness functionality. DIRECT1
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.24Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT0
serde_bare • 0.5.0An implementation of the BARE (https://baremessages.org) encoding format.DIRECT6
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.210A generic serialization/deserialization frameworkDIRECT5
stable_deref_trait • 1.2.0An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental. INDIRECT0
syn • 2.0.56Parser for Rust source codeINDIRECT3
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
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
MIT1
PackageRelationDependenciesPublished
spin • 0.9.8Spin-based synchronization primitivesDIRECT3
unknown1
PackageRelationDependenciesPublished
ahash • 0.7.8A non-cryptographic hash function using AES-NI for high performanceINDIRECT6
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
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.11.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.33.0 version:

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