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.27.0"
dependencies = [
"opentype",
"typeface",
"webtype",
]
[[package]]
name = "opentype"
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "405249e27df6cb8b58378833cb62ec5d2e86cc2ab93f8c3a46ea15b2f521d419"
dependencies = [
"postscript",
"truetype",
"typeface",
]
[[package]]
name = "postscript"
version = "0.17.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab0d65af5a70e9d4a2421562ca1e34fb8102f4f6dcb3bcc32d63b1fc8692bef2"
dependencies = [
"typeface",
]
[[package]]
name = "truetype"
version = "0.44.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82af3e0bba0362c619d57acbadd11d1ed56555ddbf85e345f938cb6bb00b3978"
dependencies = [
"typeface",
]
[[package]]
name = "typeface"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f0825ac16e09587acb8fc27ce9912d7c47a4964ff64de4665d4e2a03269eba1"
[[package]]
name = "webtype"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb23863bb49646bd7319f19640fe880e2067e3bcdda3183f40b267a34a66128b"
dependencies = [
"brotli-decompressor",
"opentype",
"typeface",
]