summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-11-19 13:04:11 +0100
committerLaurenz <laurmaedje@gmail.com>2023-11-19 13:04:48 +0100
commit18cb3becb32b1c2424a82ad847d890732ccee878 (patch)
tree776eda175e30f11de1214231d7117a161a8f60ff /Cargo.toml
parentfa43b4bf5d267f7e8cf0dc84ada2749ff3e1b6ca (diff)
Disable default features of `zip` crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e99063e0..8f27ecab 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -122,7 +122,7 @@ xmlwriter = "0.1.0"
xmp-writer = "0.2"
xz2 = "0.1"
yaml-front-matter = "0.1"
-zip = "0.6"
+zip = { version = "0.6", default-features = false, features = ["deflate"] }
[profile.dev.package."*"]
opt-level = 2