webtype 0.14.0

The package provides a parser for fonts in Web Open Font Format.
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.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f"
dependencies = [
 "alloc-no-stdlib",
 "alloc-stdlib",
]

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

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

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

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

[[package]]
name = "webtype"
version = "0.14.0"
dependencies = [
 "brotli-decompressor",
 "opentype",
 "typeface",
]