wallswitch 0.58.1

randomly selects wallpapers for multiple monitors
Documentation
# 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"
rust-version = "1.95"
name = "wallswitch"
version = "0.58.1"
authors = ["Claudio F S Rodrigues <claudiofsrodrigues@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "randomly selects wallpapers for multiple monitors"
homepage = "https://github.com/claudiofsr/wallswitch"
documentation = "https://docs.rs/wallswitch"
readme = "README.md"
keywords = [
    "wallpaper",
    "desktop",
    "random",
    "images",
    "switch",
]
categories = ["command-line-utilities"]
license = "BSD-3-Clause"
repository = "https://github.com/claudiofsr/wallswitch"

[lib]
name = "wallswitch"
path = "src/lib.rs"

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

[dependencies.blake3]
version = "1.8"

[dependencies.clap]
version = "4.6"
features = [
    "derive",
    "color",
]

[dependencies.clap_complete]
version = "4.6"

[dependencies.image]
version = "0.25"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.walkdir]
version = "2.5"

[dependencies.which]
version = "8.0"

[lints.rust]
unsafe_code = "forbid"

[profile.dev]
opt-level = 1

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = 2
panic = "abort"
overflow-checks = true
incremental = true
strip = "symbols"