start implimenting cert stuff

This commit is contained in:
nab138
2026-02-05 18:16:21 -05:00
parent bad2108e54
commit 27de2210ec
8 changed files with 47 additions and 5 deletions

View File

@@ -11,8 +11,9 @@ keywords = ["ios", "sideload"]
readme = "../README.md"
[features]
default = ["install"]
default = ["install", "keyring-storage"]
install = ["dep:idevice"]
keyring-storage = ["keyring"]
[dependencies]
idevice = { version = "0.1.52", optional = true }
@@ -39,3 +40,4 @@ cbc = { version = "0.2.0-rc.3", features = ["alloc"] }
aes = "0.9.0-rc.4"
aes-gcm = "0.11.0-rc.3"
tokio = "1.49.0"
keyring = { version = "3.6.3", optional = true }