opentype 0.24.9

The package provides a parser for OpenType fonts.
Documentation
[package]
name = "opentype"
version = "0.24.9"
edition = "2021"
license = "Apache-2.0/MIT"
authors = [
    "Ivan Ukhov <ivan.ukhov@gmail.com>",
    "Simon Sapin <simon.sapin@exyr.org>",
]
description = "The package provides a parser for OpenType fonts."
documentation = "https://docs.rs/opentype"
homepage = "https://github.com/bodoni/opentype"
repository = "https://github.com/bodoni/opentype"
readme = "README.md"
exclude = ["tests/fixtures/*"]

[features]
# https://github.com/google/fonts/issues/5553
ignore-invalid-checksums = []

[dependencies]
postscript = "0.17.3"
truetype = "0.41.1"
typeface = "0.2.7"