-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
31 lines (29 loc) · 756 Bytes
/
Cargo.toml
File metadata and controls
31 lines (29 loc) · 756 Bytes
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 = "mcwpack"
version = "0.6.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
clap = { version = "4.5", features = ["derive", "cargo"] }
console = "0.15"
derive_more = "0.99"
edit = "0.1"
env_logger = { version = "0.11", default-features = false }
fastanvil = "0"
fastnbt = "2"
flate2 = "1.0"
globset = "0.4"
ignore = "0.4"
indicatif = { version = "0.17", features = ["rayon"] }
inquire = { version = "0.7", features = ["console"], default-features = false }
log = "0.4"
path-absolutize = "3.1"
rayon = "1.10"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
zip = { version = "0.6", features = ["deflate", "time"], default-features = false }
[profile.release]
strip = true
lto = true
opt-level = "s"
codegen-units = 1