-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
31 lines (29 loc) · 1 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
[package]
name = "mcpacker"
version = "0.2.0"
edition = "2021"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.89"
async-fs = "2.1.2"
async-process = "2.3.0"
async_zip = { version = "0.0.17", features = ["deflate"] }
clap = { version = "4.5.18", features = ["derive", "string"] }
ferinth = { git = "https://github.com/the-pink-hacker/ferinth.git", rev = "197c0d3b28ea0839feae55f775a9ddd89e77cf96" }
futures-lite = "2.3.0"
indexmap = { version = "2.5.0", features = ["serde"] }
notify = "6.1.1"
path-clean = "1.0.1"
rand = "0.8.5"
rand_pcg = "0.3.1"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
serde_with = "3.9.0"
shellexpand = { version = "3.1.0", features = ["path"] }
symlink = "0.1.0"
tempfile = "3.12.0"
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread", "sync"] }
toml = { version = "0.8.19", features = ["preserve_order"] }
topological-sort = "0.2.2"
walkdir = "2.5.0"