licenses.dev

wiggle v0.33.1

Runtime components of wiggle code generator

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 WITH LLVM-exception

Dependency Licenses

Apache-2.0 OR MIT56
PackageRelationDependenciesPublished
addr2line • 0.17.0A cross-platform symbolication library written in Rust, using `gimli`INDIRECT3
addr2line • 0.20.0A cross-platform symbolication library written in Rust, using `gimli`INDIRECT1
anyhow • 1.0.94Flexible concrete Error type built on std::error::ErrorDIRECT0
async-trait • 0.1.83Type erasure for async trait methodsDIRECT4
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. INDIRECT11
bitflags • 1.3.2A macro to generate structures which behave like bitflags. DIRECT0
bitflags • 2.6.0A macro to generate structures which behave like bitflags. INDIRECT0
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. INDIRECT0
cpp_demangle • 0.3.5A crate for demangling C++ symbolsINDIRECT1
crc32fast • 1.4.2Fast, SIMD-accelerated CRC32 (IEEE) checksum computationINDIRECT1
dirs-sys • 0.3.7System-level helper functions for the dirs and directories crates.INDIRECT16
dirs • 4.0.0A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.INDIRECT17
errno • 0.2.8Cross-platform interface to the `errno` variable.INDIRECT7
fallible-iterator • 0.2.0Fallible iterator traitsINDIRECT0
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
gimli • 0.26.2A library for reading and writing the DWARF debugging format.INDIRECT2
gimli • 0.27.3A library for reading and writing the DWARF debugging format.INDIRECT0
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT0
heck • 0.3.3heck is a case conversion library.INDIRECT1
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT8
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
leb128 • 0.2.5Read and write DWARF's "Little Endian Base 128" (LEB128) variable length integer encoding.INDIRECT0
libc • 0.2.169Raw FFI bindings to platform libraries like libc. INDIRECT0
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
object • 0.27.1A unified interface for reading and writing object file formats.INDIRECT12
object • 0.31.1A unified interface for reading and writing object file formats.INDIRECT1
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
paste • 1.0.15Macros for all your token pasting needsINDIRECT0
pin-project-lite • 0.2.15A lightweight version of pin-project written with declarative macros. INDIRECT0
ppv-lite86 • 0.2.20Implementation of the crypto-simd API for x86INDIRECT7
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
proptest • 1.6.0Hypothesis-like property-based testing and shrinking. DIRECT20
psm • 0.1.24Portable Stack Manipulation: stack manipulation and introspection routinesINDIRECT2
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.3.1ChaCha random number generator INDIRECT13
rand_core • 0.6.4Core random number generator traits and tools for implementation. INDIRECT4
rand_xorshift • 0.3.0Xorshift random number generator INDIRECT5
rand • 0.8.5Random number generators and other randomness functionality. INDIRECT14
rustc-demangle • 0.1.24Rust compiler symbol demangling. INDIRECT0
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.210A generic serialization/deserialization frameworkINDIRECT5
shellexpand • 2.1.2Shell-like expansions in stringsINDIRECT18
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)DIRECT5
unarray • 0.1.4Utilities for working with uninitialized arraysINDIRECT0
unicode-segmentation • 1.12.0This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules. INDIRECT0
winapi-i686-pc-windows-gnu • 0.4.0Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi-x86_64-pc-windows-gnu • 0.4.0Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi • 0.3.9Raw FFI bindings for all of Windows API.INDIRECT2
MIT11
PackageRelationDependenciesPublished
bincode • 1.3.3A binary serialization / deserialization strategy for transforming structs into bytes and vice versa!INDIRECT6
errno-dragonfly • 0.1.2Exposes errno functionality to stable Rust on DragonFlyBSDINDIRECT3
libredox • 0.1.3Redox stable ABIINDIRECT2
memoffset • 0.6.5offset_of functionality for Rust structs.INDIRECT1
redox_users • 0.4.6A Rust library to access Redox users and groups functionalityINDIRECT12
region • 2.2.0Cross-platform virtual memory APIINDIRECT6
tokio-macros • 2.4.0Tokio's proc macros. INDIRECT4
tokio • 1.42.0An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. DIRECT18
tracing-attributes • 0.1.28Procedural macro attributes for automatically instrumenting functions. INDIRECT4
tracing-core • 0.1.33Core primitives for application-level tracing. INDIRECT1
tracing • 0.1.41Application-level tracing for Rust. DIRECT8
Apache-2.0 WITH LLVM-exception11
PackageRelationDependenciesPublished
cranelift-entity • 0.80.1Data structures using entity references as mapping keysINDIRECT6
target-lexicon • 0.12.16Targeting utilities for compilers and related toolsINDIRECT0
wasmparser • 0.81.0A simple event-driven library for parsing WebAssembly binary files. INDIRECT0
wasmtime-environ • 0.33.1Standalone environment support for WebAsssembly code in CraneliftINDIRECT25
wasmtime-jit • 0.33.1JIT-style execution for WebAsssembly code in CraneliftINDIRECT61
wasmtime-runtime • 0.33.1Runtime library support for WasmtimeINDIRECT58
wasmtime-types • 0.33.1WebAssembly type definitions for CraneliftINDIRECT10
wasmtime • 0.33.1High-level API to expose the Wasmtime runtimeDIRECT65
wast • 35.0.2Customizable Rust parsers for the WebAssembly Text formats WAT and WAST INDIRECT1
wiggle-generate • 0.33.1Library crate for wiggle code generator.INDIRECT27
wiggle-macro • 0.33.1Wiggle code generatorDIRECT28
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception4
PackageRelationDependenciesPublished
io-lifetimes • 0.4.4A low-level I/O ownership and borrowing libraryINDIRECT3
linux-raw-sys • 0.0.36Generated bindings for Linux's userspace APIINDIRECT0
rustix • 0.31.3Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscallsINDIRECT11
wasi • 0.11.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
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 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 serializationINDIRECT6
Apache-2.01
PackageRelationDependenciesPublished
witx • 0.9.1Parse and validate witx file formatDIRECT10
BSD-2-Clause1
PackageRelationDependenciesPublished
mach • 0.3.2A Rust interface to the user-space API of the Mach 3.0 kernel that underlies OSX.INDIRECT1
Apache-2.0 OR MIT OR Zlib1
PackageRelationDependenciesPublished
miniz_oxide • 0.7.4DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
CC0-1.01
PackageRelationDependenciesPublished
more-asserts • 0.2.2Small library providing additional assert_* and debug_assert_* macros.INDIRECT0
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
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler • 1.0.2A simple clean-room implementation of the Adler-32 checksumINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.33.1 version:

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