# 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 = "opentype" version = "0.38.0" authors = [ "Ivan Ukhov ", "Simon Sapin ", ] build = false exclude = ["tests/fixtures/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "The package provides a builder and parser of OpenType fonts." homepage = "https://github.com/bodoni/opentype" documentation = "https://docs.rs/opentype" readme = "README.md" keywords = [ "font", "opentype", "typeface", "typography", ] categories = ["parsing"] license = "Apache-2.0/MIT" repository = "https://github.com/bodoni/opentype" [lib] name = "opentype" path = "src/lib.rs" [[test]] name = "color_palettes" path = "tests/color_palettes.rs" [[test]] name = "file" path = "tests/file.rs" [[test]] name = "font_variations" path = "tests/font_variations.rs" [[test]] name = "glyph_definition" path = "tests/glyph_definition.rs" [[test]] name = "glyph_positioning" path = "tests/glyph_positioning.rs" [[test]] name = "glyph_substitution" path = "tests/glyph_substitution.rs" [dependencies.postscript] version = "0.18.2" [dependencies.truetype] version = "0.47.5" [dependencies.typeface] version = "0.4.2" [features] default-language = [] ignore-incomplete-directories = [] ignore-incomplete-marks = [] ignore-invalid-checksums = []