File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ edition = "2021"
88workspace = true
99
1010[features ]
11- builder = []
11+ builder = [" dep:flate2 " , " dep:tar " ]
1212
1313[dependencies ]
1414cargo-manifest = " =0.16.1"
15- flate2 = " =1.0.35"
15+ flate2 = { version = " =1.0.35" , optional = true }
1616serde = { version = " =1.0.215" , features = [" derive" ] }
1717serde_json = " =1.0.133"
18- tar = " =0.4.43"
18+ tar = { version = " =0.4.43" , optional = true }
1919thiserror = " =2.0.3"
2020tracing = " =0.1.40"
2121tokio = { version = " =1.41.1" , features = [" io-util" , " macros" , " rt-multi-thread" ] }
@@ -32,3 +32,5 @@ insta = "=1.41.1"
3232rayon = " =1.10.0"
3333tracing-subscriber = { version = " =0.3.18" , features = [" env-filter" ] }
3434walkdir = " =2.5.0"
35+ flate2 = { version = " =1.0.35" }
36+ tar = { version = " =0.4.43" }
You can’t perform that action at this time.
0 commit comments