# 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 = "imgmod" version = "1.2.1" description = "Command line tool to simply modify image files with various filters." readme = "README.MD" keywords = ["cli", "image", "images", "image-modification", "image-manipulation"] categories = ["command-line-interface", "command-line-utilities"] license = "MIT" license-file = "LICENSE" repository = "https://github.com/c1m50c/image-modifier" resolver = "2" [dependencies.image] version = "0.24.1" [dependencies.indicatif] version = "0.16.2"