# 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 = "picto" version = "0.4.4" authors = ["meh. "] description = "Image handling library." documentation = "https://docs.rs/picto" keywords = ["image", "color"] license = "WTFPL" repository = "https://github.com/meh/rust-picto" resolver = "2" [dependencies.byteorder] version = "1.0" [dependencies.color_quant] version = "1.0" optional = true [dependencies.exoquant] version = "0.2" optional = true [dependencies.gif] version = "0.9" optional = true [dependencies.imagefmt] version = "4" optional = true [dependencies.jpeg-decoder] version = "0.1" optional = true [dependencies.num] version = "0.1" [dependencies.palette] version = "0.2" [dependencies.png] version = "0.6" optional = true [dependencies.xyz] version = "0.2" optional = true [dev-dependencies.approx] version = "0.1" [dev-dependencies.clap] version = "2" [dev-dependencies.image] version = "0.12" [dev-dependencies.term_size] version = "0" [features] bmp = ["imagefmt"] default = ["png", "jpeg", "bmp", "tga", "gif", "xyz", "processing"] jpeg = ["jpeg-decoder"] nightly = [] processing = ["color_quant", "exoquant"] tga = ["imagefmt"]