licenses.dev

write-fonts v0.40.0

Writing font files.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT37
PackageRelationDependenciesPublished
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
cfg-if • 1.0.4A 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
diff • 0.1.13An LCS based slice and string diffing implementation.DIRECT0
dot2 • 1.0.0A library for generating Graphviz DOT language files for graphs.DIRECT0
env_filter • 1.0.1Filter log events using environment variables INDIRECT1
env_logger • 0.11.10A logging implementation for `log` which is configured via an environment variable. DIRECT2
equivalent • 1.0.2Traits for key comparison in maps.INDIRECT0
font-types • 0.9.0Scalar types used in fonts.DIRECT6
getrandom • 0.2.17A small cross-platform library for retrieving random data from system sourceINDIRECT3
glob • 0.3.3Support for matching file paths against Unix shell style patterns. INDIRECT0
hashbrown • 0.16.1A Rust port of Google's SwissTable hash mapINDIRECT0
indexmap • 2.13.0A hash table with consistent order and fast iteration.DIRECT2
kurbo • 0.11.3A 2D curves libraryDIRECT2
libc • 0.2.183Raw FFI bindings to platform libraries like libc.INDIRECT0
log • 0.4.29A lightweight logging facade for Rust DIRECT0
ppv-lite86 • 0.2.21Cross-platform cryptography-oriented low-level SIMD library.INDIRECT6
pretty_assertions • 1.4.1Overwrite `assert_eq!` and `assert_ne!` with drop-in replacements, adding colorful diffs.DIRECT2
proc-macro2 • 1.0.106A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.45Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.3.1ChaCha random number generator INDIRECT12
rand_core • 0.6.4Core random number generation traits and tools for implementation.INDIRECT4
rand • 0.8.5Random number generators and other randomness functionality. DIRECT13
read-fonts • 0.32.0Reading OpenType font files.DIRECT7
regex-syntax • 0.7.5A regular expression parser.INDIRECT0
regex • 1.8.4An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. INDIRECT3
relative-path • 1.9.3Portable, relative paths for Rust.INDIRECT0
rstest_macros • 0.18.2Rust fixture based test framework. It use procedural macro to implement fixtures and table based tests. INDIRECT13
rstest • 0.18.2Rust fixture based test framework. It use procedural macro to implement fixtures and table based tests. DIRECT14
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT1
semver • 1.0.27Parser 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 frameworkDIRECT5
smallvec • 1.15.1'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
syn • 2.0.117Parser for Rust source codeINDIRECT2
windows-link • 0.2.1Linking for WindowsINDIRECT0
windows-sys • 0.61.2Rust for WindowsINDIRECT1
yansi • 1.0.1A dead simple ANSI terminal color painting library.INDIRECT0
MIT2
PackageRelationDependenciesPublished
bincode • 1.3.3A binary serialization / deserialization strategy for transforming structs into bytes and vice versa!DIRECT6
nu-ansi-term • 0.50.3Library for ANSI terminal colors and styles (bold, underline)DIRECT2
Apache-2.0 OR MIT OR Zlib2
PackageRelationDependenciesPublished
bytemuck_derive • 1.10.2derive proc-macros for `bytemuck`INDIRECT4
bytemuck • 1.25.0A crate for mucking around with piles of bytes.INDIRECT5
MIT OR Unlicense2
PackageRelationDependenciesPublished
aho-corasick • 1.1.4Fast multiple substring searching.INDIRECT0
memchr • 2.8.0Provides 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.8.47Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.8.47Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don't have to.INDIRECT5
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.24Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.11.1+wasi-snapshot-preview1WASI API bindings for RustINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.40.0 version:

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