# 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-cli" version = "0.1.0" authors = ["Benoit Vermont "] description = "Command line tool to use the color-quantization-gpu library" readme = "README.md" keywords = [ "image", "wgpu", "k-means", "cli", ] categories = [ "graphics", "multimedia::images", ] license = "MIT" repository = "https://github.com/redwarp/k-means-gpu" [dependencies.anyhow] version = "1.0" [dependencies.bytemuck] version = "1.13" [dependencies.clap] version = "4.2" features = [ "cargo", "derive", ] [dependencies.env_logger] version = "0.10" [dependencies.image] version = "0.24" features = [ "png", "jpeg", ] default-features = false [dependencies.kmeans-color-gpu] version = "0.1.0" [dependencies.log] version = "0.4" [dependencies.pollster] version = "0.3" [dependencies.regex] version = "1.7" [dependencies.rgb] version = "0.8"