randpaper 0.4.0

A customizable wallpaper daemon for per-monitor cycling, one-shot application, and optional theme synchronization for Waybar and terminals.
# 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 = "randpaper"
version = "0.4.0"
authors = ["T. Sawyer <saylesss87@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "randpaper"
description = "A customizable wallpaper daemon for per-monitor cycling, one-shot application, and optional theme synchronization for Waybar and terminals."
readme = false
keywords = [
    "rust",
    "wallpaper",
]
license = "Apache-2.0"
repository = "https://github.com/saylesss88/randpaper"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.color-thief]
version = "0.2.2"

[dependencies.dirs]
version = "6.0.0"

[dependencies.env_logger]
version = "0.11.10"

[dependencies.figment]
version = "0.10.19"
features = [
    "env",
    "toml",
]

[dependencies.fslock]
version = "0.2.1"

[dependencies.humantime]
version = "2.3.0"

[dependencies.image]
version = "0.25.10"
features = [
    "bmp",
    "jpeg",
    "png",
    "webp",
]
default-features = false

[dependencies.log]
version = "0.4.32"

[dependencies.rand]
version = "0.10.1"

[dependencies.randpaper_lib]
version = "0.1.0"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.150"

[dependencies.smithay-client-toolkit]
version = "0.20.0"

[dependencies.swayipc-async]
version = "3.0.0"

[dependencies.tokio]
version = "1.52.3"
features = ["full"]

[dependencies.walkdir]
version = "2.5.0"

[dependencies.wayland-client]
version = "0.31.14"

[dependencies.xdg]
version = "3.0.0"