-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
36 lines (33 loc) · 988 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
33
34
35
36
[package]
name = "mmrl"
description = "MMRL comes now as command line interface, with multi module install support!"
version = "0.3.11"
edition = "2021"
author = "Der_Googler"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = { version = "0.11.22", features = ["blocking", "json"] }
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
clap = { version = "4.0.29", features = ["derive"] }
trauma = "2.2.4"
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] }
error-chain = "0.12.4"
indicatif = "0.17.7"
rand = "0.8.5"
futures-util = "0.3.28"
rust-ini = "0.19.0"
zip = "0.6.6"
serde_ini = "0.2.0"
regex = "1.10.2"
async-recursion = "1.0.5"
openssl = { version = "0.10.45", features = ["vendored"] }
# openssl = "0.10.45"
url = "2.2"
walkdir = "2.4.0"
log = "0.4"
simplelog = "0.10"
[dependencies.confy]
features = ["toml_conf"]
default-features = false