# 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 = "ku-logo" version = "1.1.0" authors = ["kualta "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI tool to overlay logos on images with size and position control" homepage = "https://github.com/kualta/logo" readme = "readme.md" keywords = [ "cli", "image", "logo", "overlay", "watermark", ] categories = [ "command-line-utilities", "multimedia::images", ] license = "MIT" repository = "https://github.com/kualta/logo" [profile.release] opt-level = 3 lto = true codegen-units = 1 strip = true [[bin]] name = "logo" path = "src/main.rs" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.image] version = "0.24" [dependencies.rand] version = "0.8"