# 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 = "pride-overlay" version = "1.2.1" exclude = [ "*.png", "*.jpg", ] description = "A crate to overlay pride flags on images." readme = "readme.md" keywords = [ "pride", "overlay", "image", "tool", ] categories = [ "graphics", "multimedia::images", ] license-file = "license.md" repository = "https://codeberg.org/newt/pride-overlay" [dependencies.image] version = "0.24.5" [dependencies.imageproc] version = "0.23.0" [dependencies.strum] version = "0.25.0" [dependencies.strum_macros] version = "0.25.1"