# 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 = "fontsdf" version = "0.5.1" description = "fontdue extension to generate sdf:s directly" documentation = "https://docs.rs/fontsdf" readme = "README.md" keywords = [ "font", "sdf", "truetype", "opentype", "ttf", ] categories = [ "no-std", "games", ] license = "MIT" repository = "https://github.com/Overpeek/fontsdf" [profile.release] lto = true debug = true [[bench]] name = "main" harness = false [dependencies.fontdue] version = "0.7" [dependencies.glam] version = "0.23" [dependencies.hashbrown] version = "0.13" [dependencies.ordered-float] version = "3.6" [dependencies.ttf-parser] version = "0.19" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.image] version = "0.24"