# 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" rust-version = "1.70" name = "image-convert" version = "0.18.0" authors = ["Magic Len "] build = false include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A high level library for image identification, conversion, interlacing and high quality resizing." homepage = "https://magiclen.org/image-convert" readme = "README.md" keywords = [ "image", "interlacing", "resize", "imagemagick", "conversion", ] categories = [ "multimedia::images", "multimedia::encoding", ] license = "MIT" repository = "https://github.com/magiclen/image-convert" [lib] name = "image_convert" path = "src/lib.rs" [dependencies.ico] version = "0.3" [dependencies.magick_rust] version = "1.0" [dependencies.once_cell] version = "1" [dependencies.regex] version = "1" [dependencies.str-utils] version = "0.1" [features] default = ["none-background"] none-background = []