# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sky-color-wallpaper" version = "0.3.1" authors = ["Ryo Yamashita "] description = "Set random wallpapers according to sky color" readme = "README.md" keywords = ["cli", "wallpaper"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/qryxip/sky-color-wallpaper" [dependencies.anyhow] version = "1.0.20" [dependencies.atty] version = "0.2.13" [dependencies.chrono] version = "0.4.9" [dependencies.derive_more] version = "0.99.1" [dependencies.dirs] version = "2.0.2" [dependencies.geodate] version = "0.3.0" [dependencies.glob] version = "0.3.0" [dependencies.itertools] version = "0.8.1" [dependencies.once_cell] version = "1.2.0" [dependencies.rand] version = "0.7.2" [dependencies.regex] version = "1.3.1" [dependencies.reqwest] version = "0.9.22" features = ["rustls-tls"] default-features = false [dependencies.serde] version = "1.0.102" features = ["derive"] [dependencies.serde_yaml] version = "0.8.11" [dependencies.structopt] version = "0.3.4" [dependencies.strum] version = "0.16.0" features = ["derive"] [dependencies.tracing] version = "0.1.10" [dependencies.tracing-subscriber] version = "0.1.6" [dependencies.url_1] version = "1.7.2" package = "url" [dependencies.wallpaper] version = "2.0.1" [target."cfg(windows)".dependencies.winapi] version = "0.3.8" [target."cfg(windows)".dependencies.winapi-util] version = "0.1.2"