font 0.28.0

The package provides a builder and parser of fonts.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "alloc-no-stdlib"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"

[[package]]
name = "alloc-stdlib"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
dependencies = [
 "alloc-no-stdlib",
]

[[package]]
name = "brotli-decompressor"
version = "2.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f"
dependencies = [
 "alloc-no-stdlib",
 "alloc-stdlib",
]

[[package]]
name = "font"
version = "0.28.0"
dependencies = [
 "opentype",
 "typeface",
 "webtype",
]

[[package]]
name = "opentype"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e24c9bb1f2668f5a6cea469db223bd8000904215be664e841a891684a390826"
dependencies = [
 "postscript",
 "truetype",
 "typeface",
]

[[package]]
name = "postscript"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b66f6ce9952327fad33cee282a323dedced9b58262b3cb4c6e933a2baddeec21"
dependencies = [
 "typeface",
]

[[package]]
name = "truetype"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8192bb0152f0280985aefb54ff946f39d8b953e0e45aeb5b28548282c448ddd0"
dependencies = [
 "typeface",
]

[[package]]
name = "typeface"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01c9cb8800ae1b129adf55e7a8f89d54a56e85a43c0a0f0fa07339197a647b3a"

[[package]]
name = "webtype"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d15c6e7f278ba0500903307ce24d261fb874cb46ac775993bc020447ceb294e4"
dependencies = [
 "brotli-decompressor",
 "opentype",
 "typeface",
]