# 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 = "ico-builder" version = "0.1.1" description = "Create multi-size ICO files from separate images" readme = "readme.md" keywords = [ "image", "size", "ico", "resize", ] categories = ["multimedia::images"] license = "MIT OR Apache-2.0" repository = "https://github.com/bash/ico-builder" [dependencies.image] version = "0.25.1" features = ["ico"] default-features = false [features] gif = ["image/gif"] jpeg = ["image/jpeg"] tiff = ["image/tiff"]