randpaper 0.1.8

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.1.8"
build = false
exclude = [
    "assets/*",
    "*.mp4",
    "*.gif",
    ".github",
    ".gitignore",
    "flake",
    "flake.lock",
    "flake.nix",
    "result",
    "rustfmt.toml",
    "node_modules/*",
    "package-lock.json",
    "package.json",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A customizable wallpaper daemon for per-monitor cycling, one-shot application, and optional theme synchronization for Waybar and terminals."
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.figment]
version = "0.10.19"
features = [
    "toml",
    "env",
]

[dependencies.hex]
version = "0.4.3"

[dependencies.image]
version = "0.25.9"

[dependencies.libc]
version = "0.2.181"

[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"

[dependencies.xdg]
version = "3.0.0"

[lints.clippy]
dbg_macro = "warn"
panic = "warn"
todo = "warn"
unwrap_used = "warn"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

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