# 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-cli" version = "0.2.0" authors = ["Kevin Guthrie "] description = "A command-line tool to render text to a png image with basic options" readme = "README.md" keywords = ["text", "font", "rendering", "cli", "terminal"] categories = ["visualization", "command-line-utilities", "text-processing", "encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/RookAndPawn/text-to-png" [[bin]] name = "txt2png" path = "src/bin.rs" [dependencies.clap] version = "2.33.3" [dependencies.eyre] version = "0.6.5" [dependencies.text-to-png] version = "0.2.0" [dependencies.thiserror] version = "1.0.30"