mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Remove unused dependencies
This commit is contained in:
@@ -26,7 +26,6 @@ base64 = { version = "0.22" }
|
||||
|
||||
indexmap = { version = "2.7", features = ["serde"], optional = true }
|
||||
uuid = { version = "1.12", features = ["serde", "v4"], optional = true }
|
||||
async-recursion = { version = "1.1", optional = true }
|
||||
chrono = { version = "0.4.40", optional = true, default-features = false }
|
||||
|
||||
serde_json = { version = "1", optional = true }
|
||||
@@ -76,13 +75,7 @@ tunnel_tcp_stack = ["dep:rand", "dep:futures", "tokio/fs", "tokio/sync"]
|
||||
tss = ["dep:uuid", "dep:reqwest"]
|
||||
tunneld = ["dep:serde_json", "dep:json", "dep:reqwest"]
|
||||
usbmuxd = ["tokio/net"]
|
||||
xpc = [
|
||||
"tokio/sync",
|
||||
"dep:indexmap",
|
||||
"dep:uuid",
|
||||
"dep:async-recursion",
|
||||
"dep:json",
|
||||
]
|
||||
xpc = ["dep:indexmap", "dep:uuid"]
|
||||
full = [
|
||||
"afc",
|
||||
"amfi",
|
||||
|
||||
Reference in New Issue
Block a user