Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 0bc3e03

Browse files
committed
use compak for archive management
1 parent a420512 commit 0bc3e03

6 files changed

Lines changed: 143 additions & 195 deletions

File tree

Cargo.lock

Lines changed: 130 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,17 @@ binary = ["clap", "indicatif"]
2020

2121
[dependencies]
2222
blake3 = "1.8.2"
23-
bzip2 = "0.5.2"
2423
clap = { version = "4.5.39", features = ["cargo", "derive"], optional = true }
24+
compak = "0.0.1"
2525
fast-glob = "0.4.5"
26-
flate2 = "1.1.1"
2726
futures = "0.3.31"
2827
indicatif = { version = "0.17.11", optional = true }
2928
regex = { version = "1.11.1", default-features = false, features = ["std", "unicode-case", "unicode-perl"] }
3029
reqwest = { version = "0.12.18", default-features = false, features = ["rustls-tls", "stream", "http2", "blocking", "json", "socks"] }
3130
serde = { version = "1.0.219", features = ["derive"] }
3231
serde_json = "1.0.140"
33-
tar = "0.4.44"
3432
tokio = { version = "1.45.1", features = ["io-std", "macros", "rt-multi-thread"] }
3533
url = "2.5.4"
36-
xz2 = "0.1.7"
37-
zip = { version = "4.0.0", default-features = false, features = ["aes-crypto", "time"] }
38-
zstd = "0.13.3"
3934

4035
[[bin]]
4136
name = "soar-dl"

0 commit comments

Comments
 (0)