mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +01:00
Diagnosticsservice FFI and CPP bindings
This commit is contained in:
@@ -6,6 +6,7 @@ edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
idevice = { path = "../idevice", default-features = false }
|
||||
futures = { version = "0.3", optional = true }
|
||||
log = "0.4.26"
|
||||
simplelog = "0.12.2"
|
||||
once_cell = "1.21.1"
|
||||
@@ -24,7 +25,7 @@ ring = ["idevice/ring"]
|
||||
|
||||
afc = ["idevice/afc"]
|
||||
amfi = ["idevice/amfi"]
|
||||
core_device = ["idevice/core_device"]
|
||||
core_device = ["idevice/core_device", "dep:futures"]
|
||||
core_device_proxy = ["idevice/core_device_proxy"]
|
||||
crashreportcopymobile = ["idevice/crashreportcopymobile"]
|
||||
debug_proxy = ["idevice/debug_proxy"]
|
||||
|
||||
Reference in New Issue
Block a user