licenses.dev

lightbeam v0.18.0

An optimising one-pass streaming compiler for WebAssembly

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 WITH LLVM-exception

Dependency Licenses

Apache-2.0 OR MIT45
PackageRelationDependenciesPublished
anyhow • 1.0.90Flexible concrete Error type built on std::error::ErrorDIRECT0
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
bumpalo • 3.16.0A fast bump allocation arena for Rust.INDIRECT0
cc • 1.1.31A 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
derive_utils • 0.11.2A procedural macro helper for easily writing derive macros for enums. INDIRECT4
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
env_logger • 0.7.1A logging implementation for `log` which is configured via an environment variable. INDIRECT5
getrandom • 0.1.16A small cross-platform library for retrieving random data from system sourceINDIRECT3
gimli • 0.21.0A library for reading and writing the DWARF debugging format.INDIRECT3
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT0
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT2
iter-enum • 0.2.7#[derive(Iterator, DoubleEndedIterator, ExactSizeIterator, Extend)] for enums. DIRECT5
itertools • 0.8.2Extra iterator adaptors, iterator methods, free functions, and macros.DIRECT1
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.DIRECT0
leb128 • 0.2.5Read and write DWARF's "Little Endian Base 128" (LEB128) variable length integer encoding.INDIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
memmap • 0.7.0Cross-platform Rust API for memory-mapped file IOINDIRECT4
ppv-lite86 • 0.2.20Implementation of the crypto-simd API for x86INDIRECT7
proc-macro2 • 1.0.88A 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_chacha • 0.2.2ChaCha random number generator INDIRECT13
rand_core • 0.5.1Core random number generator traits and tools for implementation. INDIRECT4
rand_hc • 0.2.0HC128 random number generator INDIRECT5
rand • 0.7.3Random number generators and other randomness functionality. INDIRECT15
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-hash • 1.1.0speed, non-cryptographic hash used in rustcINDIRECT0
semver • 1.0.23Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT0
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackDIRECT0
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
staticvec • 0.9.3Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.DIRECT0
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.82Parser for Rust source codeINDIRECT2
thiserror-impl • 1.0.64Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.64derive(Error)DIRECT5
traitobject • 0.1.0Unsafe helpers for working with raw trait objects.INDIRECT0
unicode-width • 0.1.14Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 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
MIT8
PackageRelationDependenciesPublished
capstone-sys • 0.10.0System bindings to the capstone disassembly libraryINDIRECT2
capstone • 0.6.0High level bindings to capstone disassembly engine (https://capstone-engine.org/)DIRECT3
convert_case • 0.4.0Convert strings into any caseINDIRECT0
derive_more • 0.99.18Adds #[derive(x)] macros for more traitsDIRECT7
memoffset • 0.5.6offset_of functionality for Rust structs.DIRECT1
owning_ref • 0.4.1A library for creating references that carry their owner with them.INDIRECT1
typemap • 0.3.3A typesafe store for many value types.DIRECT2
unsafe-any • 0.4.2Traits and implementations for unchecked downcasting.INDIRECT1
Apache-2.0 WITH LLVM-exception8
PackageRelationDependenciesPublished
cranelift-bforest • 0.65.0A forest of B+-treesINDIRECT1
cranelift-codegen-meta • 0.65.0Metaprogram for cranelift-codegen code generator libraryINDIRECT2
cranelift-codegen-shared • 0.65.0For code shared between cranelift-codegen-meta and cranelift-codegenINDIRECT0
cranelift-codegen • 0.65.0Low-level code generator libraryDIRECT20
cranelift-entity • 0.65.0Data structures using entity references as mapping keysINDIRECT0
regalloc • 0.0.26Modular register allocation algorithmsINDIRECT3
target-lexicon • 0.10.0Targeting utilities for compilers and related toolsINDIRECT0
wasmparser • 0.57.0A simple event-driven library for parsing WebAssembly binary files. DIRECT0
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 • 0.9.2Automatic property based testing with shrinking.DIRECT22
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception4
PackageRelationDependenciesPublished
wasi • 0.9.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
wasm-encoder • 0.218.0A low-level WebAssembly encoder. INDIRECT1
wast • 218.0.0Customizable Rust parsers for the WebAssembly Text formats WAT and WAST INDIRECT5
wat • 1.218.0Rust parser for the WebAssembly Text format, WAT DIRECT6
MPL-2.02
PackageRelationDependenciesPublished
dynasm • 0.5.2A plugin for assembling code at runtime. Combined with the runtime crate dynasmrt it can be used to write JIT compilers easily.DIRECT9
dynasmrt • 0.5.2A simple runtime for assembling code at runtime. Combined with the plugin crate dynasm it can be used to write JIT compilers easily.DIRECT6
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
CC0-1.01
PackageRelationDependenciesPublished
more-asserts • 0.2.2Small library providing additional assert_* and debug_assert_* macros.DIRECT0
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine 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/lightbeam)](https://licenses.dev/cargo/lightbeam)
<a href="https://licenses.dev/cargo/lightbeam">
  <img src="https://licenses.dev/b/cargo/lightbeam" alt="licenses" />
</a>

Or the licenses badge code for the 0.18.0 version:

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