-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
43 lines (40 loc) · 920 Bytes
/
Cargo.toml
File metadata and controls
43 lines (40 loc) · 920 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[package]
name = "wallrust"
version = "1.0.5"
edition = "2024"
authors = ["prime-run <prime0run@gmail.com>"]
description = "a blazingly fast and feature-rich tool extract color palettes from images"
license = "MIT"
homepage = "https://github.com/prime-run/wallrust"
repository = "https://github.com/prime-run/wallrust"
readme = "README.md"
keywords = [
"theme-generator",
"colorscheme",
"wallpaper",
"image-colors",
"color-extractor",
]
categories = [
"command-line-utilities",
"multimedia::images",
"template-engine",
"graphics",
]
exclude = ["templates/", "wallbash/"]
[dependencies]
clap = { version = "4.5", features = ["derive"] }
regex = "1.10"
lazy_static = "1.4"
anyhow = "1.0"
thiserror = "2.0"
shellexpand = "3.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.8"
tera = "1.19"
sha2 = "0.10"
hex = "0.4"
dirs = "6.0"
ordered-float = "4.2"
# hyprland-ipc-rs = "..."