Remove unused zip features

This commit is contained in:
nab138
2025-08-24 23:36:33 -04:00
parent 34695cec2e
commit b14ee8f2ff
3 changed files with 5 additions and 123 deletions

View File

@@ -3,7 +3,7 @@ name = "isideload"
description = "Sideload iOS/iPadOS applications"
license = "MPL-2.0"
authors = ["Nicholas Sharp <nab@nabdev.me>"]
version = "0.1.7"
version = "0.1.8"
edition = "2024"
repository = "https://github.com/nab138/isideload"
documentation = "https://docs.rs/isideload"
@@ -20,7 +20,7 @@ serde = { version = "1", features = ["derive"] }
plist = { version = "1.7" }
icloud_auth = { version = "0.1.1", package = "nab138_icloud_auth"}
uuid = { version = "1.17.0", features = ["v4"] }
zip = "4.3"
zip = { version = "4.3", default-features = false, features = ["deflate"] }
hex = "0.4"
sha1 = "0.10"
idevice = { version = "0.1.40", features = ["afc", "installation_proxy"] }