licenses.dev

font-kit v0.4.0

A cross-platform font loading library

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT54
PackageRelationDependenciesPublished
arrayvec • 0.4.12A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.INDIRECT1
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
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
cc • 1.2.5A 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.52A build dependency for running `cmake` to build a native library INDIRECT2
core-foundation-sys • 0.6.2Bindings to Core Foundation for macOSINDIRECT0
core-foundation • 0.6.4Bindings to Core Foundation for macOSDIRECT2
core-graphics • 0.17.3Bindings to Core Graphics for macOSDIRECT6
core-text • 13.3.2Bindings to the Core Text framework.DIRECT7
crossbeam-channel • 0.5.14Multi-producer multi-consumer channels for message passingINDIRECT1
crossbeam-utils • 0.8.21Utilities for concurrent programmingINDIRECT0
dirs • 1.0.5A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.DIRECT16
encode_unicode • 0.3.6UTF-8 and UTF-16 character types, iterators and related methods for char, u8 and u16. INDIRECT0
euclid • 0.20.14Geometry primitivesDIRECT2
float-ord • 0.2.0A total ordering for floating-point numbersDIRECT0
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.4.1Bindings for Freetype used by ServoDIRECT6
getrandom • 0.1.16A small cross-platform library for retrieving random data from system sourceINDIRECT3
hermit-abi • 0.1.19Hermit system calls definitions.INDIRECT1
hermit-abi • 0.4.0Hermit system calls definitions.INDIRECT0
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.DIRECT0
libc • 0.2.169Raw FFI bindings to platform libraries like libc. DIRECT0
log • 0.4.22A lightweight logging facade for Rust DIRECT0
lyon_geom • 0.14.12D quadratic and cubic bézier arcs and line segment math on top of euclid.INDIRECT5
lyon_path • 0.14.0Types and utilities to store, build and iterate over 2D paths.DIRECT6
memmap • 0.7.0Cross-platform Rust API for memory-mapped file IODIRECT4
nodrop • 0.1.14A wrapper type to inhibit drop (destructor). ***Deprecated: Use ManuallyDrop or MaybeUninit instead!*** INDIRECT0
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
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
rust-argon2 • 0.8.3Rust implementation of the Argon2 password hashing function.INDIRECT6
rustc-serialize • 0.3.25Generic serialization/deserialization support corresponding to the `derive(RustcEncodable, RustcDecodable)` mode in the compiler. Also includes support for hex, base64, and json encoding and decoding. This crate is deprecated in favor of serde. INDIRECT0
servo-fontconfig • 0.4.0Rust bindings for fontconfigDIRECT8
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
term • 0.5.2A terminal formatting library INDIRECT18
unicode-width • 0.1.14Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. INDIRECT0
vec_map • 0.8.2A simple map based on a vector for small integer keysINDIRECT0
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.DIRECT2
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.52.0Rust for WindowsINDIRECT9
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
MIT12
PackageRelationDependenciesPublished
ansi_term • 0.12.1Library for ANSI terminal colours and styles (bold, underline)INDIRECT3
atty • 0.2.14A simple interface for querying attyINDIRECT5
blake2b_simd • 0.5.11a pure Rust BLAKE2b implementation with dynamic SIMDINDIRECT3
clap • 2.34.0A simple to use, efficient, and full-featured Command Line Argument ParserDIRECT12
expat-sys • 2.1.6XML parser library written in CINDIRECT4
is-terminal • 0.4.13Test whether a given stream is a terminalINDIRECT12
pbr • 1.1.1Console progress bar for RustDIRECT6
redox_syscall • 0.1.57A Rust library to access raw Redox system callsINDIRECT0
redox_users • 0.3.5A Rust library to access Redox users and groups functionalityINDIRECT12
servo-fontconfig-sys • 4.0.9Font configuration and customization libraryINDIRECT6
strsim • 0.8.0Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. INDIRECT0
textwrap • 0.11.0Powerful library for word wrapping, indenting, and dedenting stringsINDIRECT1
MIT OR Unlicense6
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.DIRECT0
csv • 0.15.0Fast CSV parsing with support for serde.INDIRECT4
memchr • 1.0.2Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT1
same-file • 1.0.6A simple crate for determining whether two file paths point to the same file. INDIRECT11
walkdir • 2.5.0Recursively walk a directory.DIRECT12
winapi-util • 0.1.9A dumping ground for high level safe wrappers over windows-sys.INDIRECT10
MPL-2.02
PackageRelationDependenciesPublished
colored • 1.9.4The most simple way to add colors in your terminalDIRECT17
dwrote • 0.9.0Lightweight binding to DirectWrite.DIRECT5
BSD-3-Clause1
PackageRelationDependenciesPublished
prettytable-rs • 0.7.0A library for printing pretty formatted tables in terminalDIRECT27
FTL OR GPL-2.01
PackageRelationDependenciesPublished
servo-freetype-sys • 4.0.5FreeType is a freely available software library to render fonts.INDIRECT4
CC0-1.01
PackageRelationDependenciesPublished
constant_time_eq • 0.1.5Compares two equal-sized byte strings in constant time.INDIRECT0
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.9.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
arrayref • 0.3.9Macros to take array references of slicesINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.4.0 version:

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