Cargo Features
Idevice has no features set by default.
[dependencies]
idevice = { version = "0.1.14", features = ["full", "core_device_proxy", "heartbeat", "installation_proxy", "mounter", "usbmuxd", "xpc"] }
- full = core_device_proxy, heartbeat, installation_proxy, mounter, usbmuxd, xpc
- core_device_proxy full?
-
Enables byteorder, json, and serde_json
Affects
idevice::core_device_proxy
… - heartbeat full?
-
Affects
idevice::heartbeat
… - installation_proxy full?
-
Affects
idevice::installation_proxy
… - mounter full?
-
Affects
idevice::mounter
… - usbmuxd full?
-
Affects
idevice::usbmuxd
… - xpc full?
-
Enables uuid, async-recursion, base64, and indexmap and full of tokio
tokio:
enable everything
Affects
idevice::http2
,idevice::xpc
…