mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Fix compiling by features
This commit is contained in:
@@ -40,7 +40,7 @@ core_device_proxy = ["dep:serde_json", "dep:json", "dep:byteorder"]
|
||||
heartbeat = []
|
||||
installation_proxy = []
|
||||
mounter = ["dep:sha2"]
|
||||
usbmuxd = []
|
||||
usbmuxd = ["tokio/net"]
|
||||
tcp = ["tokio/net"]
|
||||
tss = ["dep:uuid", "dep:reqwest"]
|
||||
tunneld = ["dep:serde_json", "dep:json", "dep:reqwest"]
|
||||
@@ -50,6 +50,7 @@ xpc = [
|
||||
"dep:uuid",
|
||||
"dep:async-recursion",
|
||||
"dep:base64",
|
||||
"dep:json",
|
||||
]
|
||||
full = [
|
||||
"core_device_proxy",
|
||||
|
||||
Reference in New Issue
Block a user