mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Serialize and deserialize DTX packets
This commit is contained in:
@@ -16,6 +16,7 @@ tokio-openssl = { version = "0.6" }
|
||||
|
||||
plist = { version = "1.7" }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
ns-keyed-archive = { version = "0.1.2", optional = true }
|
||||
|
||||
thiserror = { version = "2" }
|
||||
log = { version = "0.4" }
|
||||
@@ -34,11 +35,14 @@ reqwest = { version = "0.12", features = ["json"], optional = true }
|
||||
|
||||
sha2 = { version = "0.10", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1.43", features = ["fs"] }
|
||||
|
||||
|
||||
[features]
|
||||
core_device_proxy = ["dep:serde_json", "dep:json", "dep:byteorder"]
|
||||
debug_proxy = []
|
||||
dvt = ["dep:byteorder"]
|
||||
dvt = ["dep:byteorder", "dep:ns-keyed-archive"]
|
||||
heartbeat = []
|
||||
installation_proxy = []
|
||||
misagent = []
|
||||
|
||||
Reference in New Issue
Block a user