# 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_scheme_generator" version = "0.9.2" authors = ["nikolaizombie1 "] description = "A Command line utility to quickly and easily create color themes from an image." homepage = "https://github.com/nikolaizombie1/color_scheme_generator" readme = "README.md" keywords = [ "cli", "theming", "image-analisis", "waybar", "sway", ] categories = ["command-line-utilities"] license = "GPL-3.0+" repository = "https://github.com/nikolaizombie1/color_scheme_generator" [package.metadata.docs.rs] cargo = [ "doc", "--bins", ] [dependencies.anyhow] version = "1.0.83" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.image] version = "0.25.1" [dependencies.rayon] version = "1.10.0" [dependencies.serde] version = "1.0.201" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.serde_yml] version = "0.0.5" [dependencies.shellwords] version = "1.1.0" [dependencies.sqlite] version = "0.36.0" [dependencies.xdg] version = "2.5.2"