cosmic-settings/pages/wallpapers/Cargo.toml

26 lines
743 B
TOML
Raw Normal View History

[package]
name = "cosmic-settings-wallpaper"
version = "0.1.0"
edition = "2024"
rust-version.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cosmic-bg-config = { workspace = true }
cosmic-randr-shell = { workspace = true }
dirs = "6.0.0"
eyre = "0.6.12"
# Upstream version 5.0.0 has compilation error on Redox's toolchain
fast_image_resize = { git = "https://github.com/jackpot51/fast_image_resize.git", features = [
"image",
] }
2025-09-12 14:59:30 +02:00
futures-lite = "2.6.1"
2025-02-14 01:48:26 +01:00
futures-util = "0.3.31"
2025-09-12 14:59:30 +02:00
image = "0.25.8"
infer = "0.19.0"
jxl-oxide = { version = "0.12.4", features = ["image"] }
2025-09-12 14:59:30 +02:00
tokio = { workspace = true, features = ["sync"] }
2025-02-14 01:48:26 +01:00
tracing = "0.1.41"
walkdir = "=2.5.0"