undesktop 1.0.2

downloads random wallpapers from Unsplash and sets them as your desktop background.
# 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 = "2024"
name = "undesktop"
version = "1.0.2"
authors = ["Hasibix Hasi"]
build = false
include = [
    "src/**",
    "Cargo.toml",
    "contributing.md",
    "readme.md",
    "license*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "downloads random wallpapers from Unsplash and sets them as your desktop background."
readme = "readme.md"
keywords = [
    "cli",
    "wallpaper",
    "unsplash",
    "tool",
    "utility",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://codeberg.org/hasibix/undesktop"

[[bin]]
name = "undesktop"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.chrono]
version = "0.4.40"

[dependencies.clap]
version = "4.5.37"
features = [
    "derive",
    "env",
]

[dependencies.dirs]
version = "6.0.0"

[dependencies.reqwest]
version = "0.13.2"
features = ["blocking"]

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_derive]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.wallpaper]
version = "3.2.0"