# 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 = "text-image" version = "0.2.0" authors = ["Andelf "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A proc-macro to generate raw image from text and a font file, for embedded-graphics." homepage = "https://github.com/andelf/text-image" documentation = "https://docs.rs/text-image" readme = "README.md" keywords = [ "embedded-graphcs", "image", "text", "proc-macro", ] categories = [ "multimedia", "graphics", "rendering", ] license = "MIT/Apache-2.0" repository = "https://github.com/andelf/text-image" [lib] name = "text_image" path = "src/lib.rs" proc-macro = true [dependencies.ab_glyph] version = "0.2.28" [dependencies.image] version = "0.25.2" [dependencies.imageproc] version = "0.25.0" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" features = [ "extra-traits", "full", "parsing", ]