forked from InioX/matugen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
43 lines (39 loc) · 1.22 KB
/
Cargo.toml
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 = "matugen"
version = "2.2.0"
authors = ["InioX"]
description = "A material you color generation tool with templates"
repository = "https://github.com/InioX/matugen"
categories = ["command-line-utilities"]
exclude = ["default.nix", "flake.nix", "shell.nix", "example/*"]
license = "GPL-2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["winuser"] }
[dependencies]
# This is here because of #43
enquote = "1.1.0"
image = "0.25.0"
owo-colors = "4.0.0"
clap = { version = "4.2.4", features = ["derive"] }
color-eyre = { version = "0.6.2", default-features = false }
serde = { version = "1.0.160", features = ["derive"] }
toml = "0.8.8"
directories = "5.0"
resolve-path = "0.1.0"
pretty_env_logger = "0.5.0"
log = "0.4.17"
paris-log = { version = "1.0.2", features = ["icons"] }
colorsys = "0.6.7"
prettytable-rs = "0.10.0"
serde_json = "1.0.107"
update-informer = "1.1.0"
upon = "0.8.0"
reqwest = { version = "0.11.23", default_features = false, features = [
"blocking",
"rustls-tls",
] }
material-colors = { version = "0.3.2", features = ["image"] }
ahash = "0.8.7"
indexmap = "2.2.2"