# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rscolorq" version = "0.2.0" authors = ["okaneco <47607823+okaneco@users.noreply.github.com>"] exclude = ["test", "gfx", ".github"] description = "Spatial color quantization, a Rust port of `scolorq`." homepage = "https://github.com/okaneco/rscolorq" readme = "README.md" keywords = ["dither", "quantization", "palette", "spatial", "halftone"] categories = ["graphics", "multimedia::images"] license = "MIT OR Apache-2.0" repository = "https://github.com/okaneco/rscolorq" [package.metadata.docs.rs] features = ["palette_color"] no-default-features = true targets = [] [profile.release] lto = "thin" [dependencies.image] version = "0.23" features = ["jpeg", "png"] optional = true default-features = false [dependencies.palette] version = "0.5" features = ["std"] optional = true default-features = false [dependencies.rand] version = "0.8" features = ["std"] default-features = false [dependencies.rand_pcg] version = "0.3" default-features = false [dependencies.structopt] version = "0.3" optional = true default-features = false [features] app = ["image", "palette_color", "structopt"] default = ["app"] palette_color = ["palette"]