# 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 = "make-quote" version = "0.5.3" authors = ["Avimitin "] description = "A funny toy project that can help you generate a image from someone's quote" documentation = "https://docs.rs/make-quote" readme = "readme.md" keywords = [ "image", "generate", ] license = "MIT" repository = "https://github.com/Avimitin/make-quote" [profile.release] opt-level = 3 lto = true debug = 0 strip = "symbols" [dependencies.image] version = "0.24.5" [dependencies.imageproc] version = "0.23.0" [dependencies.rusttype] version = "0.9.3" [dependencies.thiserror] version = "1.0.39" [dependencies.typed-builder] version = "0.15.1"