wallflow 0.5.2

Elegant wallpaper management with smooth transitions, powered by awww
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"
name = "wallflow"
version = "0.5.2"
authors = ["Mugunth (MK) Kumar <mk@mk.sg>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Elegant wallpaper management with smooth transitions, powered by awww"
readme = "README.md"
keywords = [
    "desktop",
    "linux",
    "ricing",
    "wallpaper",
    "wayland",
]
categories = [
    "command-line-utilities",
    "multimedia::images",
]
license = "MIT"
repository = "https://github.com/MKSG-MugunthKumar/wallflow"

[package.metadata.bundle]
category = "Graphics & Design"
identifier = "sg.mk.wallflow"

[package.metadata.binstall]
pkg-fmt = "bin"
pkg-url = "{ repo }/releases/download/v{ version }/wallflow-{ target }{ archive-suffix }"

[package.metadata.binstall.overrides.x86_64-unknown-linux-gnu]
pkg-url = "{ repo }/releases/download/v{ version }/wallflow-x86_64-unknown-linux-gnu"

[package.metadata.binstall.overrides.aarch64-unknown-linux-gnu]
pkg-url = "{ repo }/releases/download/v{ version }/wallflow-aarch64-unknown-linux-gnu"

[package.metadata.binstall.overrides.x86_64-apple-darwin]
pkg-url = "{ repo }/releases/download/v{ version }/wallflow-x86_64-apple-darwin"

[package.metadata.binstall.overrides.aarch64-apple-darwin]
pkg-url = "{ repo }/releases/download/v{ version }/wallflow-aarch64-apple-darwin"

[package.metadata.deb]
assets = [
    [
    "644",
    "README.md",
    "usr/share/doc/wallflow/",
],
    [
    "644",
    "config.example.yml",
    "usr/share/doc/wallflow/",
],
    [
    "755",
    "target/release/wallflow",
    "usr/bin/",
],
]
copyright = "2024, MK <mksg@mk.sg>"
depends = "$auto, awww"
description = """
Elegant wallpaper management with smooth transitions.
wallflow brings fluidity to your desktop with beautiful wallpaper
transitions, dynamic color schemes, and seamless desktop integration.
Supports multiple wallpaper sources including local files, Wallhaven,
and Picsum, with automatic color scheme generation via pywal.
"""
license-file = [
    "4",
    "LICENSE",
]
maintainer = "MK <mksg@mk.sg>"
maintainer-scripts = "debian/"
priority = "optional"
recommends = "python3-pywal"
section = "graphics"

[package.metadata.deb.systemd-units]
enable = false

[package.metadata.rpm]
description = """
wallflow brings fluidity to your desktop with beautiful wallpaper
transitions, dynamic color schemes, and seamless desktop integration.
Supports multiple wallpaper sources including local files, Wallhaven,
and Picsum, with automatic color scheme generation via pywal.
"""
group = "Applications/Graphics"
license = "MIT"
package = "wallflow"
summary = "Elegant wallpaper management with smooth transitions"
version = "0.5.2"

[package.metadata.rpm.requires]
awww = "*"

[package.metadata.rpm.suggests]
python3-pywal = "*"

[[package.metadata.rpm.files]]
dest = "/usr/bin/wallflow"
mode = "755"
source = "target/release/wallflow"

[[package.metadata.rpm.files]]
dest = "/usr/share/doc/wallflow/config.example.yml"
mode = "644"
source = "config.example.yml"

[[package.metadata.rpm.files]]
dest = "/usr/share/doc/wallflow/README.md"
mode = "644"
source = "README.md"

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.crossterm]
version = "0.28"

[dependencies.daemonize]
version = "0.5"

[dependencies.dirs]
version = "5.0"

[dependencies.flate2]
version = "1.0"

[dependencies.image]
version = "0.25"

[dependencies.imagesize]
version = "0.12"

[dependencies.path-clean]
version = "1.0"

[dependencies.rand]
version = "0.8"

[dependencies.ratatui]
version = "0.29"

[dependencies.ratatui-image]
version = "3"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
version = "0.11"
features = [
    "blocking",
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.shellexpand]
version = "3.1"

[dependencies.tar]
version = "0.4"

[dependencies.tokio]
version = "1.0"
features = [
    "fs",
    "macros",
    "process",
    "rt-multi-thread",
    "time",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.which]
version = "4.4"

[dev-dependencies.quickcheck]
version = "1.0"

[dev-dependencies.quickcheck_macros]
version = "1.0"

[dev-dependencies.tempfile]
version = "3.8"