# 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 = "color-theme" version = "0.1.0" description = "A CLI tool to extract a colour 'palette' and theme color from an image." readme = "README.md" keywords = [ "image", "color", "theme", "palette", "quantization", ] categories = [ "graphics", "multimedia::images", ] license = "MIT" repository = "https://github.com/Si1veR123/color-theme-rs" [lib] name = "color_theme" path = "src/lib.rs" [[bin]] name = "color-theme" path = "src/bin.rs" [dependencies.image] version = "0.24.5"