# 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-to-png" version = "0.2.0" authors = ["Kevin Guthrie "] description = "A simple way to render text to a png image with basic options" readme = "README-COPY.md" keywords = ["text", "font", "rendering", "png", "svg"] categories = ["encoding", "game-development", "text-processing", "visualization"] license = "MIT OR Apache-2.0" repository = "https://github.com/RookAndPawn/text-to-png" [lib] name = "text_to_png" path = "src/lib.rs" [[bench]] name = "render_bench_100pt" harness = false [dependencies.derive-new] version = "0.5.9" [dependencies.fontdb] version = "0.7.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.png] version = "0.17.2" [dependencies.resvg] version = "0.19.0" features = ["text"] default-features = false [dependencies.siphasher] version = "0.3.7" [dependencies.thiserror] version = "1" [dependencies.tiny-skia] version = "0.6.1" [dependencies.usvg] version = "0.19.0" [dependencies.xml-rs] version = "0.8.4" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.float-cmp] version = "0.9.0" [dev-dependencies.image] version = "0.20" [dev-dependencies.lcs-image-diff] version = "0.1" default-features = false [dev-dependencies.rand] version = "0.8.4"