# 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" rust-version = "1.63.0" name = "imggen" version = "0.1.0" authors = ["ChurchTao "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple image generator" documentation = "https://docs.rs/imggen" readme = "README.md" keywords = [ "image", "generator", "rust", ] license = "MIT" repository = "https://github.com/ChurchTao/imggen" [[bin]] name = "imggen" path = "src/main.rs" [dependencies.ab_glyph] version = "0.2.23" features = ["std"] default-features = false [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.image] version = "0.25.2" [dependencies.imageproc] version = "0.25.0"