# 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 = "icogen" version = "1.2.0" authors = ["Kenton Hamaluik "] description = "Quickly convert image files into Windows .ico files" homepage = "https://github.com/hamaluik/icogen" readme = "README.md" keywords = [ "ico", "converter", ] categories = [ "command-line-utilities", "development-tools", "encoding", "multimedia::images", ] license = "Apache-2.0" repository = "https://github.com/hamaluik/icogen" [profile.release] lto = true [dependencies.anyhow] version = "1" [dependencies.clap] version = "3.2" features = [ "derive", "cargo", "unicode", "wrap_help", ] [dependencies.console] version = "0.15" [dependencies.image] version = "0.24" [dependencies.rayon] version = "1.5" [dependencies.resvg] version = "0.23" [dependencies.tiny-skia] version = "0.6" [dependencies.usvg] version = "0.23" [badges.maintenance] status = "passively-maintained"