-
Notifications
You must be signed in to change notification settings - Fork 14
/
Cargo.toml
39 lines (38 loc) · 990 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
37
38
39
[package]
name = "libium"
version = "1.32.0"
edition = "2021"
authors = [
"Ilesh Thiada (theRookieCoder) <ileshkt@gmail.com>",
"Daniel Hauck (SolidTux)",
]
description = "Multi-source backend for managing Minecraft mods and modpacks from Modrinth, CurseForge, and Github Releases"
repository = "https://github.com/gorilla-devs/libium"
readme = "README.md"
license = "MPL-2.0"
keywords = [
"minecraft",
"mod-manager",
"modrinth",
"curseforge",
"github-releases",
]
[dependencies]
reqwest = { version = "0.12", default-features = false, features = [
"rustls-tls",
] }
derive_more = { version = "1.0", features = ["display"] }
serde = { version = "1.0", features = ["derive"] }
clap = { version = "4.5", features = ["derive"] }
url = { version = "2.5", features = ["serde"] }
zip-extensions = "0.8"
futures-util = "0.3"
serde_json = "1.0"
thiserror = "1.0"
octocrab = "0.41"
ferinth = "2.11"
regex = "1.11"
furse = "1.5"
sha1 = "0.10"
home = "0.5"
zip = "2.2"