# 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 = "subsetter" version = "0.2.0" authors = [ "Laurenz Mädje ", "Laurenz Stampfl ", ] build = false exclude = [ "fonts/*", "tests/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Reduces the size and coverage of OpenType fonts." readme = "README.md" keywords = [ "subsetting", "OpenType", "PDF", ] categories = [ "compression", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/typst/subsetter" [lib] name = "subsetter" path = "src/lib.rs" [dev-dependencies.skrifa] version = "0.19.1"