Files
v2a/v2a-converter/Cargo.toml
Exil Productions 0cb370f8ec Initial Commit
2025-12-19 20:18:56 +01:00

21 lines
396 B
TOML

[package]
name = "v2a-converter"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.0", features = ["derive"] }
rayon = "1.10"
flate2 = "1.0"
indicatif = "0.17"
anyhow = "1.0"
bincode = "2.0"
byteorder = "1.5"
crossbeam-channel = "0.5"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
lru = "0.12"
once_cell = "1.20"
tempfile = "3.10"
num_cpus = "1.16"