# 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_on_image" version = "0.1.0" authors = ["Wyatt Bowen"] description = "An easier way to place text on images." homepage = "https://github.com/wyatt-bowen/text_on_image" readme = "README.md" keywords = [ "image", "text", "imageproc", ] license = "Apache-2.0" repository = "https://github.com/wyatt-bowen/text_on_image" [dependencies.image] version = "0.24.8" [dependencies.imageproc] version = "0.23.0" [dependencies.rusttype] version = "0.9.3"