# 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 = "icnsup" version = "0.2.0" description = "Command line tool for quick creation of icns" homepage = "https://github.com/wyhaya/icnsup" readme = "README.md" keywords = [ "icns", "icon", ] license = "MIT" repository = "https://github.com/wyhaya/icnsup.git" [profile.release] lto = true codegen-units = 1 strip = "symbols" [dependencies.clap] version = "2.33.3" [dependencies.icns] version = "0.3.1" [dependencies.image] version = "0.23.14"