randpaper 0.1.2

Sets a different random wallpaper per monitor every N minutes
# 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.1.2"
build = false
exclude = [
    ".github",
    ".gitignore",
    "flake",
    "flake.lock",
    "flake.nix",
    "result",
    "rustfmt.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sets a different random wallpaper per monitor every N minutes"
homepage = "https://github.com/saylesss88/randpaper"
readme = "README.md"
keywords = [
    "rust",
    "wallpaper",
]
categories = [
    "command-line-utilities",
    "multimedia",
]
license = "Apache-2.0"
repository = "https://github.com/saylesss88/randpaper"

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

[dependencies.anyhow]
version = "1.0.101"

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

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

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

[dependencies.dirs]
version = "6.0.0"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.hex]
version = "0.4.3"

[dependencies.image]
version = "0.25.9"

[dependencies.log]
version = "0.4.29"

[dependencies.parse_duration]
version = "2.1.1"

[dependencies.rand]
version = "0.10.0"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.149"

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

[dependencies.swayipc-types]
version = "2.0.1"

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

[dependencies.walkdir]
version = "2.5.0"

[profile.release]
opt-level = "s"
lto = "fat"
codegen-units = 1
debug = 0
panic = "abort"
strip = true