licenses.dev

write-fonts v0.34.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 MIT32
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.1A 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 • 0.1.3Filter log events using environment variables INDIRECT1
env_logger • 0.11.8A 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.8.4Scalar types used in fonts.DIRECT6
glob • 0.3.2Support for matching file paths against Unix shell style patterns. INDIRECT0
hashbrown • 0.15.4A Rust port of Google's SwissTable hash mapINDIRECT0
indexmap • 2.10.0A hash table with consistent order and fast iteration.DIRECT2
kurbo • 0.11.2A 2D curves libraryDIRECT2
log • 0.4.27A lightweight logging facade for Rust DIRECT0
pretty_assertions • 1.4.1Overwrite `assert_eq!` and `assert_ne!` with drop-in replacements, adding colorful diffs.DIRECT2
proc-macro2 • 1.0.95A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.40Quasi-quoting macro quote!(...)INDIRECT2
read-fonts • 0.26.0Reading OpenType font files.DIRECT7
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
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.26Parser 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.104Parser for Rust source codeINDIRECT2
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
yansi • 1.0.1A dead simple ANSI terminal color painting library.INDIRECT0
MIT2
PackageRelationDependenciesPublished
ansi_term • 0.12.1Library for ANSI terminal colours and styles (bold, underline)DIRECT3
bincode • 1.3.3A binary serialization / deserialization strategy for transforming structs into bytes and vice versa!DIRECT6
Apache-2.0 OR MIT OR Zlib2
PackageRelationDependenciesPublished
bytemuck_derive • 1.9.3derive proc-macros for `bytemuck`INDIRECT4
bytemuck • 1.23.1A crate for mucking around with piles of bytes.INDIRECT5
MIT OR Unlicense2
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
memchr • 2.7.5Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.18Determine 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/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.34.0 version:

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