forked from luxtorpeda-dev/luxtorpeda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
32 lines (30 loc) · 912 Bytes
/
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
[package]
name = "luxtorpeda"
version = "38.0.0"
authors = ["Patryk Obara <[email protected]>", "d10sfan <[email protected]>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_regex = "0.4"
inotify = "0.7"
json = "0.11.14"
lazy_static = "1.3.0"
psutil = "1.6.0"
regex = "1"
reqwest = { version = "0.10.6", features = ["rustls-tls", "blocking", "gzip", "stream"], default-features = false }
users = "0.9"
xdg = "^2.1"
tar = "0.4"
xz2 = "0.1"
sha-1 = "0.9.1"
hex = "0.4.2"
bzip2 = "0.4.1"
zip = "0.5.6"
flate2 = "1.0.16"
futures-util = "0.3.14"
tokio = { version = "0.2", default-features = false, features = ["full"] }
which = "4.2.2"
gtk = "0.14.1"
steamlocate = { git = "https://github.com/luxtorpeda-dev/steamlocate-rs", tag = "0.1.5" }