wallr 0.3.2

The wallpaper engine for Wayland — animated transitions, theme pipeline integration, and a package ecosystem.
# 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.85"
name = "wallr"
version = "0.3.2"
authors = ["Wallr Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "wallr"
description = "The wallpaper engine for Wayland — animated transitions, theme pipeline integration, and a package ecosystem."
homepage = "https://github.com/programmersd21/wallr"
readme = "README.md"
keywords = [
    "wallpaper",
    "wayland",
    "wgpu",
    "daemon",
    "matugen",
]
categories = [
    "command-line-utilities",
    "rendering",
]
license = "MIT"
repository = "https://github.com/programmersd21/wallr"
resolver = "2"

[features]
default = []
static-ffmpeg = ["wallr-core/static-ffmpeg"]

[[bin]]
name = "wallr"
path = "src/main.rs"
bench = false

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
    "string",
]

[dependencies.colored]
version = "3"

[dependencies.humansize]
version = "2"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "sync",
    "io-util",
    "net",
    "time",
    "macros",
    "signal",
]
default-features = false

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
    "ansi",
]
default-features = false

[dependencies.wallr-core]
version = "0.3.2"