licenses.dev

druid v0.7.0

Data-oriented Rust UI design toolkit.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

Apache-2.0 OR MIT144
PackageRelationDependenciesPublished
anyhow • 1.0.90Flexible concrete Error type built on std::error::ErrorINDIRECT0
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
associative-cache • 1.0.1A generic N-way associative cache with fixed-size capacity and random or least recently used (LRU) replacement.INDIRECT0
base64 • 0.13.1encodes and decodes base64 as bytes or utf8INDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
bitflags • 2.6.0A 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
cmake • 0.1.51A build dependency for running `cmake` to build a native library INDIRECT2
cocoa-foundation • 0.1.2Bindings to Cocoa Foundation for macOSINDIRECT8
cocoa • 0.24.1Bindings to Cocoa for macOSINDIRECT12
console_log • 0.2.2A logging facility that routes Rust log messages to the browser's console.DIRECT15
const_fn • 0.4.10A lightweight attribute for easy generation of const functions with conditional compilations. INDIRECT0
core-foundation-sys • 0.7.0Bindings to Core Foundation for macOSINDIRECT0
core-foundation-sys • 0.8.7Bindings to Core Foundation for macOSINDIRECT0
core-foundation • 0.7.0Bindings to Core Foundation for macOSINDIRECT2
core-foundation • 0.9.4Bindings to Core Foundation for macOSINDIRECT2
core-graphics-types • 0.1.3Bindings for some fundamental Core Graphics typesINDIRECT4
core-graphics • 0.19.2Bindings to Core Graphics for macOSINDIRECT6
core-graphics • 0.22.3Bindings to Core Graphics for macOSINDIRECT7
core-text • 15.0.0Bindings to the Core Text framework.INDIRECT7
core-text • 19.2.0Bindings to the Core Text framework.INDIRECT8
crc32fast • 1.4.2Fast, SIMD-accelerated CRC32 (IEEE) checksum computationINDIRECT1
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
displaydoc • 0.2.5A derive macro for implementing the display Trait via a doc comment and string interpolation INDIRECT4
errno • 0.3.9Cross-platform interface to the `errno` variable.INDIRECT11
fastrand • 2.1.1A simple and fast random number generatorINDIRECT0
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. INDIRECT4
fluent-bundle • 0.12.0A localization system designed to unleash the entire expressive power of natural language translations. DIRECT19
fluent-syntax • 0.9.3Parser/Serializer tools for Fluent Syntax. DIRECT0
fnv • 1.0.7Fowler–Noll–Vo hash functionDIRECT0
foreign-types-shared • 0.1.1An internal crate used by foreign-typesINDIRECT0
foreign-types • 0.3.2A framework for Rust wrappers over C APIsINDIRECT1
freetype • 0.5.1Bindings for Freetype used by ServoINDIRECT6
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
heck • 0.3.3heck is a case conversion library.INDIRECT1
hermit-abi • 0.1.19Hermit system calls definitions.INDIRECT1
intl_pluralrules • 7.0.2Unicode Plural Rules categorizer for numeric input.INDIRECT8
intl-memoizer • 0.5.2A memoizer specifically tailored for storing lazy-initialized intl formatters. INDIRECT10
itoa • 1.0.11Fast integer primitive to string conversionINDIRECT0
js-sys • 0.3.72Bindings for all JS global objects and functions in all JS environments like Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate. INDIRECT13
keyboard-types • 0.5.0Contains types to define keyboard related events.INDIRECT1
kurbo • 0.7.1A 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
log • 0.4.22A lightweight logging facade for Rust DIRECT0
memmap2 • 0.1.0Cross-platform Rust API for memory-mapped file IOINDIRECT1
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
piet-cairo • 0.3.0Cairo backend for piet 2D graphics abstraction.INDIRECT32
piet-common • 0.3.2Selection of a single preferred back-end for pietDIRECT69
piet-coregraphics • 0.3.0CoreGraphics backend for piet 2D graphics abstraction.INDIRECT19
piet-direct2d • 0.3.0Direct2D backend for piet 2D graphics abstraction.INDIRECT19
piet-web • 0.3.1Web canvas backend for piet 2D graphics abstraction.INDIRECT27
piet • 0.3.1An abstraction for 2D graphics.INDIRECT9
pkg-config • 0.3.31A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. INDIRECT0
png • 0.16.8PNG decoding and encoding library in pure RustINDIRECT7
proc-macro-hack • 0.5.20+deprecatedProcedural macros in expression positionINDIRECT0
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_core • 0.6.4Core random number generator traits and tools for implementation. INDIRECT0
rand_xoshiro • 0.6.0Xoshiro, xoroshiro and splitmix64 random number generatorsINDIRECT1
rental-impl • 0.5.5An implementation detail of rental. Should not be used directly.INDIRECT4
rental • 0.5.6A macro to generate safe self-referential structs, plus premade types for common use cases.INDIRECT6
roxmltree • 0.13.1Represent an XML as a read-only tree.INDIRECT1
rustc_version • 0.2.3A library for querying the version of a installed rustc compilerINDIRECT2
rustc-hash • 1.1.0speed, non-cryptographic hash used in rustcINDIRECT0
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-parser • 0.7.0Parsing of the semver spec. INDIRECT0
semver • 0.9.0Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT1
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.132A JSON serialization file formatINDIRECT9
serde • 1.0.195A generic serialization/deserialization frameworkINDIRECT5
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
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
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
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
standback • 0.2.17New standard library, old compiler.INDIRECT1
stdweb-derive • 0.5.3Derive macros for the `stdweb` crateINDIRECT7
stdweb-internal-macros • 0.2.9Internal procedural macros for the `stdweb` crateINDIRECT14
stdweb-internal-runtime • 0.1.5Internal runtime for the `stdweb` crateINDIRECT0
stdweb • 0.4.20A standard library for the client-side WebINDIRECT30
svgtypes • 0.5.0SVG types parser.INDIRECT2
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.82Parser for Rust source codeINDIRECT2
system-deps • 1.3.2Discover and configure system dependencies from declarative dependencies in Cargo.tomlINDIRECT16
tempfile • 3.8.0A library for managing temporary files and directories.DIRECT28
thiserror-impl • 1.0.64Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.64derive(Error)INDIRECT5
time-macros-impl • 0.1.2Procedural macros for the time crate.INDIRECT7
time-macros • 0.1.1 Procedural macros for the time crate. This crate is an implementation detail and should not be relied upon directly. INDIRECT8
time • 0.2.27Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].INDIRECT41
toml • 0.5.11A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. INDIRECT6
ttf-parser • 0.9.0A high-level, safe, zero-allocation TrueType font parser.INDIRECT0
type-map • 0.5.0Provides a typemap container with FxHashMapINDIRECT1
typenum • 1.17.0Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.INDIRECT0
unic-bidi • 0.9.0UNIC — Unicode Bidirectional AlgorithmINDIRECT6
unic-char-property • 0.9.0UNIC — Unicode Character Tools — Character Property taxonomy, contracts and build macrosINDIRECT1
unic-char-range • 0.9.0UNIC — Unicode Character Tools — Character Range and IterationINDIRECT0
unic-common • 0.9.0UNIC — Common UtilitiesINDIRECT0
unic-langid-impl • 0.9.5API for managing Unicode Language IdentifiersINDIRECT6
unic-langid • 0.9.5API for managing Unicode Language IdentifiersDIRECT7
unic-ucd-bidi • 0.9.0UNIC — Unicode Character Database — Bidi PropertiesINDIRECT4
unic-ucd-version • 0.9.0UNIC — Unicode Character Database — VersionINDIRECT1
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-script • 0.5.7This crate exposes the Unicode `Script` and `Script_Extension` properties from [UAX #24](http://www.unicode.org/reports/tr24/) INDIRECT0
unicode-segmentation • 1.12.0This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules. DIRECT0
unicode-vo • 0.1.0Unicode vertical orientation detectionINDIRECT0
uuid • 0.8.2A library to generate and parse UUIDs.INDIRECT4
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
wasm-bindgen-backend • 0.2.95Backend code generation of the wasm-bindgen tool INDIRECT8
wasm-bindgen-macro-support • 0.2.95The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate INDIRECT9
wasm-bindgen-macro • 0.2.95Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT10
wasm-bindgen-shared • 0.2.95Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT0
wasm-bindgen • 0.2.95Easy support for interacting between JS and Rust. INDIRECT12
web-sys • 0.3.72Bindings for all Web APIs, a procedurally generated crate from WebIDL INDIRECT14
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
windows_aarch64_gnullvm • 0.48.5Import lib for WindowsINDIRECT0
windows_aarch64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.48.5Import 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.48.5Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows-sys • 0.48.0Rust for WindowsINDIRECT8
windows-sys • 0.52.0Rust for WindowsINDIRECT9
windows-targets • 0.48.5Import libs for WindowsINDIRECT7
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
wio • 0.2.2Windows IO wrapperINDIRECT3
xmlparser • 0.13.6Pull-based, zero-allocation XML parser.INDIRECT0
MIT24
PackageRelationDependenciesPublished
atty • 0.2.14A simple interface for querying attyINDIRECT5
base-x • 0.2.11Encode/decode any baseINDIRECT0
block • 0.1.6Rust interface for Apple's C language extension of blocks.INDIRECT0
cairo-rs • 0.9.1Rust bindings for the Cairo libraryINDIRECT20
cairo-sys-rs • 0.10.0FFI bindings to libcairoINDIRECT18
discard • 1.0.4Discard trait which allows for intentionally leaking memoryINDIRECT0
float-cmp • 0.5.3Floating point approximate comparison traitsINDIRECT0
float-cmp • 0.8.0Floating point approximate comparison traitsDIRECT0
fontdb • 0.3.0A simple, in-memory font database with CSS-like queries.INDIRECT8
freetype-sys • 0.11.0Low level binding for FreeType font libraryINDIRECT5
harfbuzz-sys • 0.4.1Rust bindings to the HarfBuzz text shaping engineDIRECT14
malloc_buf • 0.0.6Structs for handling malloc'd memory passed to Rust.INDIRECT1
matches • 0.1.10A macro to evaluate, as a boolean, whether an expression matches a pattern.INDIRECT0
miniz_oxide • 0.3.7DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
objc • 0.2.7Objective-C Runtime bindings and wrapper for Rust.INDIRECT2
pico-args • 0.3.4An ultra simple CLI arguments parser.INDIRECT0
rctree • 0.3.3A 'DOM-like' tree implemented using reference countingINDIRECT0
redox_syscall • 0.3.5A Rust library to access raw Redox system callsINDIRECT1
rustybuzz • 0.3.0A complete harfbuzz shaping algorithm port to Rust.INDIRECT8
simple_logger • 1.16.0A logger that prints all messages with a readable output formatDIRECT7
strum_macros • 0.18.0Helpful macros for working with enums and stringsINDIRECT6
strum • 0.18.0Helpful macros for working with enums and stringsINDIRECT0
version-compare • 0.0.10Rust library to easily compare version numbers with no specific format, and test against various comparison operators.INDIRECT0
xmlwriter • 0.1.0A simple, streaming XML writer.INDIRECT0
Apache-2.06
PackageRelationDependenciesPublished
druid-derive • 0.4.0derive impls for Druid, a Rust UI toolkit.DIRECT4
druid-shell • 0.7.0Platform abstracting application shell used for Druid toolkit.DIRECT101
fluent-langneg • 0.13.0A library for language and locale negotiation. DIRECT8
unicode-general-category • 0.2.0Fast lookup of the Unicode General Category property for charINDIRECT0
xi-unicode • 0.2.1Unicode utilities useful for text editing, including a line breaking iterator.INDIRECT0
xi-unicode • 0.3.0Unicode utilities useful for text editing, including a line breaking iterator.DIRECT0
MPL-2.0+3
PackageRelationDependenciesPublished
bitmaps • 2.1.0Fixed size boolean arraysINDIRECT1
im • 15.1.0Immutable collection datatypesDIRECT6
sized-chunks • 0.6.5Efficient sized chunk datatypesINDIRECT2
BSD-3-Clause3
PackageRelationDependenciesPublished
instant • 0.1.13Unmaintained, consider using web-time instead - A partial replacement for std::time::Instant that works on WASM to.DIRECT15
sha1_smol • 1.0.1Minimal dependency-free implementation of SHA1 for Rust.INDIRECT0
sha1 • 0.6.1SHA-1 hash functionINDIRECT1
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception3
PackageRelationDependenciesPublished
linux-raw-sys • 0.4.14Generated bindings for Linux's userspace APIINDIRECT0
rustix • 0.38.10Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscallsINDIRECT23
wasi • 0.11.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
Apache-2.0 OR MIT OR Zlib3
PackageRelationDependenciesPublished
bytemuck • 1.19.0A crate for mucking around with piles of bytes.INDIRECT0
miniz_oxide • 0.8.0DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
utf16_lit • 1.0.1macro_rules to make utf-16 literals.INDIRECT0
MPL-2.02
PackageRelationDependenciesPublished
dwrote • 0.11.2Lightweight binding to DirectWrite.INDIRECT6
usvg • 0.12.0An SVG simplification library.DIRECT37
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
non-standard1
PackageRelationDependenciesPublished
tinystr • 0.7.6A small ASCII-only bounded length string representation.INDIRECT5
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
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler2 • 2.0.0A simple clean-room implementation of the Adler-32 checksumINDIRECT0
Zlib1
PackageRelationDependenciesPublished
adler32 • 1.2.0Minimal Adler32 implementation for Rust.INDIRECT0
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.7.0 version:

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