text2img 0.8.1

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
[dependencies.clap]
features = ["derive"]
version = "3.1.12"

[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"

[package]
authors = ["Apps4u_co"]
categories = ["command-line-utilities", "email", "web-programming"]
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"
edition = "2021"
keywords = ["email", "spam", "bot", "scraper", "secrets"]
license = "MIT OR Apache-2.0"
name = "text2img"
repository = "https://github.com/apps4uco/text2img"
resolver = "2"
version = "0.8.1"