# 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 = "wallpapergen" version = "0.3.1" description = "Gradient wallpaper generator" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/fr33zing/wallpapergen" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "4.0.27" features = [ "derive", "wrap_help", ] [dependencies.csscolorparser] version = "0.6.2" features = ["serde"] [dependencies.image] version = "0.24.5" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.rayon] version = "1.6.0"