forked from nokyan/resources
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
44 lines (41 loc) · 1.06 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
44
[package]
name = "resources"
version = "1.4.0"
authors = ["nokyan <[email protected]>"]
edition = "2021"
[profile.dev]
opt-level = 1
[profile.release]
opt-level = 3
strip = true
lto = true
[dependencies]
process-data = { path = "lib/process_data" }
glob = "0.3.1"
anyhow = "1.0.75"
log = "0.4.20"
pretty_env_logger = "0.5"
gettext-rs = { version = "0.7", features = ["gettext-system"] }
gtk = { version = "0.8.1", features = ["v4_10"], package = "gtk4" }
adw = { version = "0.6.0", features = ["v1_5"], package = "libadwaita" }
regex = "1.10.2"
sysconf = "0.3.4"
nvml-wrapper = "0.10.0"
unescape = "0.1.0"
nix = { version = "0.28", default_features = false, features = ["signal"] }
plotters = { version = "0.3.5", default_features = false, features = [
"area_series",
] }
plotters-cairo = "0.6.0"
serde = { version = "1.0.193", features = ["serde_derive"] }
rmp-serde = "1.1.2"
rust-ini = "0.21.0"
gtk-macros = "0.3.0"
strum = "0.26.2"
strum_macros = "0.26.2"
once_cell = "1.19.0"
hashbrown = "0.14.3"
expanduser = "1.2.2"
paste = "1.0.14"
num_cpus = "1.16.0"
async-channel = "2.2.0"