licenses.dev

ockam_core v0.77.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 MIT64
PackageRelationDependenciesPublished
addr2line • 0.20.0A cross-platform symbolication library written in Rust, using `gimli`INDIRECT1
ahash • 0.8.11A non-cryptographic hash function using AES-NI for high performanceINDIRECT9
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
backtrace • 0.3.68A library to acquire a stack trace (backtrace) at runtime in a Rust program. DIRECT17
base64 • 0.13.1encodes and decodes base64 as bytes or utf8INDIRECT0
cc • 1.2.5A 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. INDIRECT1
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. DIRECT0
core2 • 0.4.0The bare essentials of std::io for use in no_std. Alloc support is optional.DIRECT1
critical-section • 1.2.0Cross-platform critical sectionINDIRECT0
env_logger • 0.8.4A logging implementation for `log` which is configured via an environment variable. INDIRECT5
float-ord • 0.3.2A total ordering for floating-point numbersINDIRECT0
futures-core • 0.3.31The core traits and types in for the `futures` 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. DIRECT10
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
gimli • 0.27.3A library for reading and writing the DWARF debugging format.INDIRECT0
half • 1.8.3Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types.INDIRECT0
hash32 • 0.2.132-bit hashing algorithmsINDIRECT1
hashbrown • 0.13.2A Rust port of Google's SwissTable hash mapDIRECT12
heapless • 0.7.17`static` friendly data structures that don't require dynamic memory allocationDIRECT11
heck • 0.3.3heck is a case conversion library.INDIRECT1
hex • 0.4.3Encoding and decoding data into/from hexadecimal representation.DIRECT0
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
lock_api • 0.4.12Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT2
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
minimal-lexical • 0.2.1Fast float parsing conversion routines.INDIRECT0
object • 0.31.1A unified interface for reading and writing object file formats.INDIRECT1
once_cell • 1.20.2Single assignment cells and lazy values.DIRECT0
pin-project-lite • 0.2.15A lightweight version of pin-project written with declarative macros. INDIRECT0
pin-utils • 0.1.0Utilities for pinning 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. INDIRECT4
rand_pcg • 0.3.1Selected PCG random number generators DIRECT5
rand • 0.8.5Random number generators and other randomness functionality. DIRECT5
regex-syntax • 0.6.29A regular expression parser.INDIRECT0
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. INDIRECT3
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT1
rustc-demangle • 0.1.24Rust compiler symbol demangling. INDIRECT0
rustversion • 1.0.18Conditional compilation according to rustc compiler versionINDIRECT0
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_cbor • 0.11.2CBOR support for serde.DIRECT7
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.133A JSON serialization file formatINDIRECT9
serde • 1.0.210A generic serialization/deserialization frameworkDIRECT5
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
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 • 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
thread_local • 1.1.8Per-object thread-local storageINDIRECT2
unicode-segmentation • 1.12.0This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules. INDIRECT0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
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
cddl-cat • 0.6.2Parse CDDL schemas and validate CBOR or JSON serialized dataDIRECT28
escape8259 • 0.5.3RFC8259-compliant string escaping and un-escapingINDIRECT0
nom • 7.1.3A byte-oriented, zero-copy, parser combinators libraryINDIRECT2
sharded-slab • 0.1.7A lock-free concurrent slab. INDIRECT1
spin • 0.9.8Spin-based synchronization primitivesDIRECT3
strum_macros • 0.23.1Helpful macros for working with enums and stringsINDIRECT7
tracing-attributes • 0.1.28Procedural macro attributes for automatically instrumenting functions. INDIRECT4
tracing-core • 0.1.33Core primitives for application-level tracing. INDIRECT1
tracing-error • 0.2.1Utilities for enriching errors with `tracing`. DIRECT14
tracing-subscriber • 0.3.19Utilities for implementing and composing `tracing` subscribers. INDIRECT6
tracing • 0.1.41Application-level tracing for Rust. DIRECT8
MIT OR Unlicense4
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
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
quickcheck • 1.0.3Automatic property based testing with shrinking.DIRECT12
BlueOak-1.0.02
PackageRelationDependenciesPublished
minicbor-derive • 0.13.0Derive minicbor `Decode` and `Encode` traits.INDIRECT4
minicbor • 0.19.1A small CBOR codec suitable for no_std environments.DIRECT5
Apache-2.0 OR MIT OR Zlib2
PackageRelationDependenciesPublished
miniz_oxide • 0.7.4DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
tinyvec • 1.8.1`tinyvec` provides 100% safe vec-like data structures.DIRECT0
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 serializationINDIRECT5
Apache-2.01
PackageRelationDependenciesPublished
ockam_macros • 0.27.0End-to-end encryption and mutual authentication for distributed applications.DIRECT4
BSD-3-Clause1
PackageRelationDependenciesPublished
subtle • 2.6.1Pure-Rust traits and utilities for constant-time cryptographic implementations.DIRECT0
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler • 1.0.2A simple clean-room implementation of the Adler-32 checksumINDIRECT0
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
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.77.0 version:

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