[package] name = "font" version = "0.39.1" edition = "2021" license = "Apache-2.0/MIT" authors = ["Ivan Ukhov "] description = "The package provides a builder and parser of fonts." documentation = "https://docs.rs/font" homepage = "https://github.com/bodoni/font" repository = "https://github.com/bodoni/font" categories = ["parsing"] keywords = ["font", "opentype", "typeface", "typography", "woff"] exclude = ["tests/fixtures/*"] [features] default = ["webtype"] webtype = ["dep:webtype"] [dependencies] opentype = { version = "0.38", features = ["default-language"] } typeface = "0.4.2" webtype = { version = "0.16", optional = true }