licenses.dev

sixtyfps-build v0.1.5

Helper for SixtyFPS build script

Published on

Licenses

Learn more about license information.

Package Licenses

GPL-3.0-only

Dependency Licenses

Apache-2.0 OR MIT92
PackageRelationDependenciesPublished
arrayvec • 0.5.2A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.INDIRECT0
arrayvec • 0.7.6A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.INDIRECT0
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
base64 • 0.13.1encodes and decodes base64 as bytes or utf8INDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
by_address • 1.2.1Wrapper for comparing and hashing pointers by addressINDIRECT0
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
codemap-diagnostic • 0.1.2[DEPRECATED] Library for displaying compiler error messages, extracted from rustc. INDIRECT13
codemap • 0.1.3A data structure for efficiently storing source code position and span information (e.g. in a compiler AST), and mapping it back to file/line/column locations for error reporting and suggestions. INDIRECT0
countme • 2.0.4Counts the number of live instances of typesINDIRECT0
crc32fast • 1.4.2Fast, SIMD-accelerated CRC32 (IEEE) checksum computationINDIRECT1
crossbeam-deque • 0.8.5Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.9.18Epoch-based garbage collectionINDIRECT1
crossbeam-utils • 0.8.20Utilities for concurrent programmingINDIRECT0
data-url • 0.1.1Processing of data: URL according to WHATWG’s Fetch StandardINDIRECT1
deflate • 0.8.6A DEFLATE, zlib and gzip encoder written in Rust. INDIRECT2
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
euclid • 0.22.11Geometry primitivesINDIRECT2
fdeflate • 0.3.5Fast specialized deflate implementationINDIRECT1
flate2 • 1.0.34DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. INDIRECT5
form_urlencoded • 1.2.1Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.INDIRECT1
gif • 0.11.4GIF de- and encoderINDIRECT2
hashbrown • 0.11.2A Rust port of Google's SwissTable hash mapINDIRECT0
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT0
idna • 0.5.0IDNA (Internationalizing Domain Names in Applications) and Punycode.INDIRECT4
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT2
itertools • 0.10.5Extra iterator adaptors, iterator methods, free functions, and macros.INDIRECT1
jpeg-decoder • 0.1.22JPEG decoderINDIRECT6
kurbo • 0.8.3A 2D curves libraryINDIRECT1
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
linked-hash-map • 0.5.6A HashMap wrapper that holds key-value pairs in insertion orderINDIRECT0
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
lyon_geom • 0.17.72D quadratic and cubic bézier arcs and line segment math on top of euclid.INDIRECT4
lyon_path • 0.17.7Types and utilities to store, build and iterate over 2D paths.INDIRECT5
lyon_svg • 0.17.2SVG helpers for the lyon crates.INDIRECT9
memmap2 • 0.5.10Cross-platform Rust API for memory-mapped file IOINDIRECT1
num-iter • 0.1.45External iterators for generic mathematicsINDIRECT3
num-rational • 0.3.2Rational numbers implementation for RustINDIRECT3
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
percent-encoding • 2.3.1Percent encoding and decodingINDIRECT0
pin-utils • 0.1.0Utilities for pinning INDIRECT0
png • 0.16.8PNG decoding and encoding library in pure RustINDIRECT7
png • 0.17.14PNG decoding and encoding library in pure RustINDIRECT8
proc-macro-crate • 1.3.1Replacement for crate (macro_rules keyword) in proc-macros INDIRECT8
proc-macro2 • 1.0.89A 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
rayon-core • 1.12.1Core APIs for RayonINDIRECT3
rayon • 1.10.0Simple work-stealing parallelism for RustINDIRECT5
rowan • 0.14.1Library for generic lossless syntax treesINDIRECT6
roxmltree • 0.14.1Represent an XML as a read-only tree.INDIRECT1
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
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.195A generic serialization/deserialization frameworkINDIRECT5
simplecss • 0.2.1A simple CSS 2 parser and selector.INDIRECT1
siphasher • 0.2.3SipHash-2-4, SipHash-1-3 and 128-bit variants in pure RustINDIRECT0
siphasher • 0.3.11SipHash-2-4, SipHash-1-3 and 128-bit variants in pure RustINDIRECT0
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
smol_str • 0.1.24small-string optimized string type with O(1) cloneINDIRECT6
spin_on • 0.1.1A simple, inefficient Future executorDIRECT1
svgtypes • 0.5.0SVG types parser.INDIRECT2
svgtypes • 0.8.2SVG types parser.INDIRECT1
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.82Parser for Rust source codeINDIRECT2
text-size • 1.1.1Newtypes for text offsetsINDIRECT0
thiserror-impl • 1.0.65Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.65derive(Error)DIRECT5
toml_datetime • 0.6.8A TOML-compatible datetime typeINDIRECT0
toml_edit • 0.19.3Yet another format-preserving TOML parser.INDIRECT6
ttf-parser • 0.12.3A high-level, safe, zero-allocation TrueType font parser.INDIRECT0
unicode-bidi-mirroring • 0.1.0Unicode Bidi Mirroring propery detectionINDIRECT0
unicode-bidi • 0.3.17Implementation of the Unicode Bidirectional AlgorithmINDIRECT0
unicode-ccc • 0.1.2Unicode Canonical Combining Class detectionINDIRECT0
unicode-normalization • 0.1.24This crate provides functions for normalization of Unicode strings, including Canonical and Compatible Decomposition and Recomposition, as described in Unicode Standard Annex #15. INDIRECT2
unicode-script • 0.5.7This crate exposes the Unicode `Script` and `Script_Extension` properties from [UAX #24](http://www.unicode.org/reports/tr24/) INDIRECT0
unicode-vo • 0.1.0Unicode vertical orientation detectionINDIRECT0
url • 2.5.2URL library for Rust, based on the WHATWG URL StandardINDIRECT7
weezl • 0.1.8Fast LZW compression and decompression.INDIRECT0
windows_aarch64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
xmlparser • 0.13.6Pull-based, zero-allocation XML parser.INDIRECT0
MIT20
PackageRelationDependenciesPublished
color_quant • 1.1.0Color quantization library to reduce n colors to 256 colors.INDIRECT0
convert_case • 0.4.0Convert strings into any caseINDIRECT0
css-color-parser2 • 1.0.1Easy-to-use Rust parser for CSS3 color stringsINDIRECT1
derive_more • 0.99.18Adds #[derive(x)] macros for more traitsINDIRECT7
float-cmp • 0.5.3Floating point approximate comparison traitsINDIRECT0
float-cmp • 0.9.0Floating point approximate comparison traitsINDIRECT0
fontdb • 0.7.0A simple, in-memory font database with CSS-like queries.INDIRECT4
image • 0.23.14Imaging library. Provides basic image processing and encoders/decoders for common image formats.INDIRECT28
matches • 0.1.10A macro to evaluate, as a boolean, whether an expression matches a pattern.INDIRECT0
memoffset • 0.6.5offset_of functionality for Rust structs.INDIRECT1
miniz_oxide • 0.3.7DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
nom8 • 0.2.0A byte-oriented, zero-copy, parser combinators library (fork for proposals for v8)INDIRECT1
pico-args • 0.4.2An ultra simple CLI arguments parser.INDIRECT0
rctree • 0.4.0A 'DOM-like' tree implemented using reference countingINDIRECT0
rgb • 0.8.50`struct RGB/RGBA/etc.` for sharing pixels between crates + convenience methods for color manipulation. Allows no-copy high-level interoperability. Also adds common convenience methods and implements standard Rust traits to make `RGB`/`RGBA` pixels and slices first-class Rust objects.INDIRECT1
rustybuzz • 0.4.0A complete harfbuzz shaping algorithm port to Rust.INDIRECT8
scoped_threadpool • 0.1.9A library for scoped and cached threadpools.INDIRECT0
simd-adler32 • 0.3.7A SIMD-accelerated Adler-32 hash algorithm implementation.INDIRECT0
tiff • 0.6.1TIFF decoding and encoding library in pure RustINDIRECT11
xmlwriter • 0.1.0A simple, streaming XML writer.INDIRECT0
Apache-2.0 OR MIT OR Zlib6
PackageRelationDependenciesPublished
bytemuck • 1.19.0A crate for mucking around with piles of bytes.INDIRECT0
miniz_oxide • 0.4.4DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT2
miniz_oxide • 0.8.0DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT2
safe_arch • 0.5.2Crate that exposes `core::arch` safely via `#[cfg()]`.INDIRECT1
tinyvec_macros • 0.1.1Some macros for tiny containersINDIRECT0
tinyvec • 1.8.0`tinyvec` provides 100% safe vec-like data structures.INDIRECT1
MIT OR Unlicense4
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
termcolor • 1.4.1A simple cross platform library for writing colored text to a terminal. INDIRECT11
winapi-util • 0.1.9A dumping ground for high level safe wrappers over windows-sys.INDIRECT10
MPL-2.03
PackageRelationDependenciesPublished
resvg • 0.19.0An SVG rendering library.INDIRECT51
svgfilters • 0.4.0Implementation of various SVG filters.INDIRECT3
usvg • 0.19.0An SVG simplification library.INDIRECT35
Apache-2.02
PackageRelationDependenciesPublished
linked_hash_set • 0.1.4HashSet with insertion orderingINDIRECT1
unicode-general-category • 0.4.0Fast lookup of the Unicode General Category property for charINDIRECT0
Apache-2.0 OR BSD-3-Clause OR MIT2
PackageRelationDependenciesPublished
num_enum_derive • 0.5.11Internal implementation details for ::num_enum (Procedural macros to make inter-operation between primitives and enums easier)INDIRECT13
num_enum • 0.5.11Procedural macros to make inter-operation between primitives and enums easier.INDIRECT14
0BSD OR Apache-2.0 OR MIT2
PackageRelationDependenciesPublished
adler • 1.0.2A simple clean-room implementation of the Adler-32 checksumINDIRECT0
adler2 • 2.0.0A simple clean-room implementation of the Adler-32 checksumINDIRECT0
GPL-3.0-only1
PackageRelationDependenciesPublished
sixtyfps-compilerlib • 0.1.5Internal SixtyFPS compiler libraryDIRECT135
Apache-2.0 OR CC0-1.0 OR MIT-01
PackageRelationDependenciesPublished
dunce • 1.0.5Normalize Windows paths to the most compatible format, avoiding UNC where possibleINDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
tiny-skia • 0.6.6A tiny Skia subset ported to Rust.INDIRECT13
BSD-2-Clause1
PackageRelationDependenciesPublished
arrayref • 0.3.9Macros to take array references of slicesINDIRECT0
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
unknown1
PackageRelationDependenciesPublished
num-integer • 0.1.46Integer traits and functionsINDIRECT2
Zlib1
PackageRelationDependenciesPublished
adler32 • 1.2.0Minimal Adler32 implementation for Rust.INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.1.5 version:

[![licenses](https://licenses.dev/b/cargo/sixtyfps-build/0.1.5)](https://licenses.dev/cargo/sixtyfps-build/0.1.5)
<a href="https://licenses.dev/cargo/sixtyfps-build/0.1.5">
  <img src="https://licenses.dev/b/cargo/sixtyfps-build/0.1.5" alt="licenses" />
</a>
GitHub