Anisette provisioning works

This commit is contained in:
nab138
2026-01-25 00:33:03 -05:00
parent 4e50c5c1d4
commit 1f61c10731
14 changed files with 1021 additions and 462 deletions

View File

@@ -16,10 +16,20 @@ install = ["dep:idevice"]
[dependencies]
idevice = { version = "0.1.51", optional = true }
plist = "1.8.0"
plist-macro = "0.1.0"
log = "0.4"
plist = "1.8"
plist-macro = "0.1.3"
reqwest = { version = "0.13.1", features = ["json", "gzip"] }
thiserror = "2.0.17"
thiserror-context = "0.1.2"
chrono = "0.4.43"
async-trait = "0.1.89"
serde = "1.0.228"
rand = "0.9.2"
uuid = "1.19.0"
sha2 = "0.10.9"
tracing = "0.1.44"
tokio-tungstenite = { version = "0.28.0", features = ["rustls-tls-webpki-roots"] }
rootcause = "0.11.1"
futures-util = "0.3.31"
serde_json = "1.0.149"
base64 = "0.22.1"
hex = "0.4.3"