Skip to content

Commit 7d2522f

Browse files
committed
Add hg3 export support
1 parent 0a6ac0a commit 7d2522f

13 files changed

Lines changed: 553 additions & 101 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ blowfish = { version = "0.9", optional = true }
99
clap = { version = "4.5", features = ["derive"] }
1010
csv = "1.3"
1111
encoding_rs = "0.8"
12+
flate2 = { version = "1.1", optional = true }
1213
int-enum = { version = "1.2", optional = true }
1314
lazy_static = "1.5.0"
1415
msg_tool_macro = { path = "./msg_tool_macro" }
@@ -19,12 +20,13 @@ serde_json = "1"
1920
unicode-segmentation = "1.12"
2021

2122
[features]
22-
default = ["bgi", "bgi-arc", "bgi-img", "cat-system", "cat-system-arc", "circus", "escude", "escude-arc", "yaneurao", "yaneurao-itufuru"]
23+
default = ["bgi", "bgi-arc", "bgi-img", "cat-system", "cat-system-arc", "cat-system-img", "circus", "escude", "escude-arc", "yaneurao", "yaneurao-itufuru"]
2324
bgi = []
2425
bgi-arc = ["bgi", "utils-bit-stream"]
2526
bgi-img = ["bgi", "image", "utils-bit-stream"]
2627
cat-system = []
2728
cat-system-arc = ["cat-system", "blowfish", "utils-crc32"]
29+
cat-system-img = ["cat-system", "flate2"]
2830
circus = []
2931
escude = ["int-enum"]
3032
escude-arc = ["escude", "rand", "utils-bit-stream"]

0 commit comments

Comments
 (0)