[package] name = "webtype" version = "0.16.0" edition = "2021" license = "Apache-2.0/MIT" authors = ["Ivan Ukhov "] 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.38", features = ["ignore-invalid-checksums"] } typeface = "0.4.2"