# 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 = "kmeans-color-gpu" version = "0.1.0" authors = ["Benoit Vermont "] description = "Calculates the average colors in an image for color quantization on the GPU." readme = "README.md" keywords = [ "image", "wgpu", "k-means", ] categories = [ "graphics", "multimedia::images", ] license = "MIT" repository = "https://github.com/redwarp/k-means-gpu" [dependencies.anyhow] version = "1.0" [dependencies.bytemuck] version = "1.14" features = [ "derive", "extern_crate_alloc", ] [dependencies.log] version = "0.4" [dependencies.palette] version = "0.7" [dependencies.rgb] version = "0.8" features = ["as-bytes"] [dependencies.wgpu] version = "0.17" [dev-dependencies.gif] version = "0.12" [dev-dependencies.image] version = "0.24" features = ["png"] default-features = false [dev-dependencies.pollster] version = "0.3" [build-dependencies.kmeans-color-gpu-preprocessor] version = "0.1.0"