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.22.1"
dependencies = [
"opentype",
"typeface",
"webtype",
]
[[package]]
name = "opentype"
version = "0.28.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed4577b27445fb92cef686e71d7f928155c20f324a911be2b29f9fd60fc5033f"
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.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e737b9912f8ba9471f75e03619614b7783ff31c0a504ca1f3c0da252751a45d5"
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.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05d2d238aee0dd53c22a897e72bb8239e8f28dcb295e1d7f7b45f6f16c3f99be"
dependencies = [
"brotli-decompressor",
"opentype",
"typeface",
]