# 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 = "imageutil" version = "0.0.5" authors = ["Googlefan "] description = "Image utilities" readme = "README.md" keywords = ["image"] categories = ["multimedia::images"] license = "MIT" repository = "https://github.com/neodyland/imageutil" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 strip = "symbols" [dependencies.image] version = "0.24.7" features = [] default-features = false [dependencies.rusttype] version = "0.9.3" optional = true [dev-dependencies.image] version = "0.24.7" features = ["png"] default-features = false [dev-dependencies.once_cell] version = "1.18.0" [dev-dependencies.tokio] version = "1.34.0" features = [ "rt", "rt-multi-thread", "macros", ] [features] default = [ "gradient", "text", "util", ] gradient = ["util"] text = [ "dep:rusttype", "util", ] util = []