# 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 = "watermarker" version = "0.3.0" authors = ["Francesco Michele Barranca kalairendev@francescobarranca.dev"] description = "A cli tool to watermark images with smaller images" homepage = "https://github.com/Francesco99975/watermarker" readme = "README.md" keywords = [ "cli", "watermark", "images", "tools", "modification", ] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/Francesco99975/watermarker" [dependencies.colored] version = "2.0.0" [dependencies.image] version = "0.24.6" [dependencies.indicatif] version = "0.17.5" [dependencies.rand] version = "0.8.5" [dependencies.tokio] version = "1.29.0" features = ["full"]