font 0.17.0

The package provides a parser for 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.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744"
dependencies = [
 "alloc-no-stdlib",
 "alloc-stdlib",
]

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

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

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

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

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

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