# 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 = "2018" name = "image_changer" version = "0.6.1" authors = ["wrac4242 "] exclude = [ "todo.md", ".github/*", ] description = "A basic image lib wrapper to learn from" homepage = "https://github.com/wrac4242/image_changer" readme = "README.md" keywords = [ "image", "manipulation", ] license = "GPL-3.0-or-later" repository = "https://github.com/wrac4242/image_changer" [dependencies.data-encoding] version = "2.3.2" [dependencies.image] version = "0.25.0" [dependencies.num] version = "0.4.0" [dependencies.path-clean] version = "1.0.1" [dependencies.ring] version = "0.17.8"