# 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 = "read-fonts" version = "0.15.6" description = "Reading OpenType font files." readme = "README.md" categories = [ "text-processing", "parsing", "graphics", ] license = "MIT/Apache-2.0" repository = "https://github.com/googlefonts/fontations" [dependencies.font-types] version = "0.4.2" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies] [features] codegen_test = [] default = ["traversal"] scaler_test = [] serde = [ "dep:serde", "font-types/serde", ] std = ["font-types/std"] traversal = ["std"]