# 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 = "text2img" version = "0.8.3" authors = ["Apps4u_co"] description = "Creates a png image from text. Useful to protect sensitive information from bots and scrapers, such as email addresses and telephone numbers in web pages, and even passwords sent via email" documentation = "https://docs.rs/text2img" keywords = ["email", "spam", "bot", "scraper", "secrets"] categories = ["command-line-utilities", "email", "web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/apps4uco/text2img" resolver = "2" [dependencies.clap] version = "3.1.12" features = ["derive"] [dependencies.exitcode] version = "1.1.2" [dependencies.fastrand] version = "1.7.0" [dependencies.fontdue] version = "0.7.2" [dependencies.png] version = "0.17.5" [dependencies.raqote] version = "0.8.0"