chwp 1.239.66

Change your wallpaper from the command line interface.
# 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 = "2021"
name = "chwp"
version = "1.239.66"
authors = ["Rouven Himmelstein <rouven@himmelstein.info>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Change your wallpaper from the command line interface."
homepage = "https://github.com/RouHim/chwp"
readme = "README.md"
keywords = [
    "cli",
    "wallpaper",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/RouHim/chwp"

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

[dependencies.dirs]
version = "6.0.0"

[dependencies.image]
version = "0.25.1"

[dependencies.mimalloc]
version = "0.1.48"

[dependencies.rand]
version = "0.9.0"

[dependencies.serde_json]
version = "1.0.116"

[dependencies.ureq]
version = "3.0.0"

[dependencies.urlencoding]
version = "2.1.3"

[dependencies.winit]
version = "0.29.15"

[dev-dependencies.assertor]
version = "0.0.4"

[dev-dependencies.pretty_assertions]
version = "1.4.0"

[profile.release]
lto = true
codegen-units = 1
panic = "abort"
strip = true