# 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 = "webtype" version = "0.16.0" authors = ["Ivan Ukhov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The package provides a parser for fonts in Web Open Font Format." homepage = "https://github.com/bodoni/webtype" documentation = "https://docs.rs/webtype" readme = "README.md" keywords = [ "font", "typeface", "typography", "woff", "woff2", ] categories = ["parsing"] license = "Apache-2.0/MIT" repository = "https://github.com/bodoni/webtype" [lib] name = "webtype" path = "src/lib.rs" [[test]] name = "file_header" path = "tests/file_header.rs" [[test]] name = "table_directory" path = "tests/table_directory.rs" [dependencies.brotli-decompressor] version = "2" [dependencies.opentype] version = "0.38" features = ["ignore-invalid-checksums"] [dependencies.typeface] version = "0.4.2"