opentype 0.19.0

The package provides a parser for OpenType fonts.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "opentype"
version = "0.19.0"
dependencies = [
 "postscript",
 "truetype",
]

[[package]]
name = "postscript"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac1825c05c4f9e2f781202d1a02fff5e5f722bbafca542d818364e1b1ea22575"

[[package]]
name = "truetype"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8abde9fda33245813cc0cd2a0a7b808583957c3852eb4a26155b1db2b59d365e"