isideload 0.2.13

Sideload iOS/iPadOS applications
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "isideload"
version = "0.2.13"
authors = ["Nicholas Sharp <nab@nabdev.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sideload iOS/iPadOS applications"
documentation = "https://docs.rs/isideload"
readme = "README.md"
keywords = [
    "ios",
    "sideload",
]
license = "MIT"
repository = "https://github.com/nab138/isideload"
resolver = "2"

[features]
default = [
    "install",
    "keyring-storage",
]
fs-storage = []
install = ["dep:idevice"]
keyring-storage = ["keyring"]

[lib]
name = "isideload"
path = "src/lib.rs"

[dependencies.aes]
version = "0.9.0-rc.4"

[dependencies.aes-gcm]
version = "0.11.0-rc.3"

[dependencies.apple-codesign]
version = "0.29.0"
default-features = false
package = "isideload-apple-codesign"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.base64]
version = "0.22.1"

[dependencies.cbc]
version = "0.2.0-rc.3"
features = ["alloc"]

[dependencies.futures-util]
version = "0.3.31"

[dependencies.hex]
version = "0.4.3"

[dependencies.hmac]
version = "0.13.0-rc.5"

[dependencies.idevice]
version = "0.1.52"
features = [
    "afc",
    "installation_proxy",
]
optional = true

[dependencies.keyring]
version = "3.6.3"
features = [
    "apple-native",
    "linux-native-sync-persistent",
    "windows-native",
]
optional = true

[dependencies.p12-keystore]
version = "0.2.0"

[dependencies.pbkdf2]
version = "0.13.0-rc.9"

[dependencies.plist]
version = "1.8"

[dependencies.plist-macro]
version = "0.1.4"

[dependencies.rand]
version = "0.10.0"

[dependencies.rcgen]
version = "0.14.7"
features = [
    "aws_lc_rs",
    "pem",
]
default-features = false

[dependencies.reqwest]
version = "0.13.2"
features = [
    "json",
    "gzip",
]

[dependencies.rootcause]
version = "0.12.0"

[dependencies.rsa]
version = "0.10.0-rc.15"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.11.0-rc.5"

[dependencies.srp]
version = "0.7.0-rc.1"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.49.0"
features = ["fs"]

[dependencies.tokio-tungstenite]
version = "0.28.0"
features = ["rustls-tls-webpki-roots"]

[dependencies.tracing]
version = "0.1.44"

[dependencies.uuid]
version = "1.20.0"
features = ["v4"]

[dependencies.x509-certificate]
version = "0.25.0"
package = "isideload-x509-certificate"

[dependencies.zip]
version = "7.4"
features = ["deflate"]
default-features = false

[target."cfg(windows)".dependencies.reqwest]
version = "0.13.2"
features = [
    "json",
    "gzip",
    "native-tls",
]