licenses.dev

test-fuzz-internal v6.0.0

test-fuzz-internal

Published on

Licenses

Learn more about license information.

Package Licenses

AGPL-3.0 WITH mif-exception

Dependency Licenses

Apache-2.0 OR MIT24
PackageRelationDependenciesPublished
atomic-polyfill • 1.0.3Atomic polyfills, for targets where they're not available.INDIRECT1
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
camino • 1.1.9UTF-8 pathsINDIRECT6
cargo-platform • 0.1.9Cargo's representation of a target platform.INDIRECT6
cobs • 0.2.3 This is an implementation of the Consistent Overhead Byte Stuffing (COBS) algorithm. COBS is an algorithm for transforming a message into an encoding where a specific value (the "sentinel" value) is not used. This value can then be used to mark frame boundaries in a serial communication channel. INDIRECT0
critical-section • 1.2.0Cross-platform critical sectionINDIRECT0
embedded-io • 0.4.0Embedded IO traitsINDIRECT0
hash32 • 0.2.132-bit hashing algorithmsINDIRECT1
heapless • 0.7.17`static` friendly data structures that don't require dynamic memory allocationINDIRECT17
itoa • 1.0.14Fast integer primitive to string conversionINDIRECT0
lock_api • 0.4.12Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT2
postcard • 1.0.8A no_std + serde compatible message library for RustDIRECT20
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
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT7
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 VersioningINDIRECT6
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
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
thiserror-impl • 1.0.65Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.65derive(Error)INDIRECT5
MIT3
PackageRelationDependenciesPublished
bincode • 1.3.3A binary serialization / deserialization strategy for transforming structs into bytes and vice versa!DIRECT6
cargo_metadata • 0.18.1structured access to the output of `cargo metadata`DIRECT15
spin • 0.9.8Spin-based synchronization primitivesINDIRECT3
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
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
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 6.0.0 version:

[![licenses](https://licenses.dev/b/cargo/test-fuzz-internal/6.0.0)](https://licenses.dev/cargo/test-fuzz-internal/6.0.0)
<a href="https://licenses.dev/cargo/test-fuzz-internal/6.0.0">
  <img src="https://licenses.dev/b/cargo/test-fuzz-internal/6.0.0" alt="licenses" />
</a>
GitHub