# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "font" version = "0.39.1" authors = ["Ivan Ukhov "] exclude = ["tests/fixtures/*"] description = "The package provides a builder and parser of fonts." homepage = "https://github.com/bodoni/font" documentation = "https://docs.rs/font" readme = "README.md" keywords = [ "font", "opentype", "typeface", "typography", "woff", ] categories = ["parsing"] license = "Apache-2.0/MIT" repository = "https://github.com/bodoni/font" [dependencies.opentype] version = "0.38" features = ["default-language"] [dependencies.typeface] version = "0.4.2" [dependencies.webtype] version = "0.16" optional = true [features] default = ["webtype"] webtype = ["dep:webtype"]