# 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 = "embedded_font_generator" version = "0.1.0" description = "Simple generator for small and specialized font files for embedded devices" readme = "README.md" license = "MIT" repository = "https://github.com/DrSloth/embedded_font_generator" [profile.dev.package.zune-png] opt-level = 3 [profile.release] opt-level = 3 lto = "fat" debug = false strip = true [[bin]] name = "embedded_font_generator" path = "src/tools/generate.rs" required-features = ["build_bin"] [dependencies.thiserror] version = "1.0.40" [dependencies.xflags] version = "0.3.1" optional = true [dependencies.zune-png] version = "0.2.0" [features] build_bin = ["xflags"]