font 0.43.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 = 4

[[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 = "5.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
dependencies = [
 "alloc-no-stdlib",
 "alloc-stdlib",
]

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

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

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

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

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

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