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 = "opentype"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c70213c269cb2c16fbb0684b8a5c0f4de217cfe0d0abfa63c154ae39b85f93ac"
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.5.0"
dependencies = [
"brotli-decompressor",
"opentype",
"typeface",
]