# 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 = "pixglyph" version = "0.6.0" authors = ["Laurenz "] build = false exclude = ["fonts/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Font-rendering with subpixel positioning." readme = "README.md" keywords = [ "rendering", "font", ] categories = ["rendering"] license = "Apache-2.0" repository = "https://github.com/typst/pixglyph" [lib] name = "pixglyph" path = "src/lib.rs" [[test]] name = "raster" path = "tests/raster.rs" [[bench]] name = "oneshot" path = "benches/oneshot.rs" harness = false [dependencies.ttf-parser] version = "0.25" [dev-dependencies]