wallrs 0.3.1

TUI Wallpapers Manager
# 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 = "wallrs"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TUI Wallpapers Manager"
readme = "README.md"
license-file = "LICENSE"

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

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.image]
version = "0.25.10"

[dependencies.ratatui]
version = "0.30.0"

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

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

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.strum_macros]
version = "0.28"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.tiff]
version = "0.11.3"

[dependencies.tokio]
version = "1.50.0"
features = ["full"]

[dependencies.toml]
version = "1.0.7"

[dependencies.walkdir]
version = "2.5.0"