[package]
name = "webtype"
version = "0.5.0"
edition = "2021"
license = "Apache-2.0/MIT"
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
description = "The package provides a parser for fonts in Web Open Font Format."
documentation = "https://docs.rs/webtype"
homepage = "https://github.com/bodoni/webtype"
repository = "https://github.com/bodoni/webtype"
readme = "README.md"
categories = ["parsing"]
keywords = ["font", "typeface", "typography", "woff", "woff2"]
[dependencies]
brotli-decompressor = "2"
opentype = { version = "0.27.0", features = ["ignore-invalid-checksums"] }
typeface = "0"