[dependencies.aes]
version = "0.8.4"
[dependencies.aes-kw]
version = "0.2.1"
[dependencies.cbc]
version = "0.1.2"
[dependencies.pbkdf2]
features = ["simple", "hmac"]
version = "0.12.2"
[dependencies.plist]
version = "1.7.1"
[dependencies.rusqlite]
features = ["bundled", "blob"]
version = "0.35.0"
[dependencies.sha1]
version = "0.10.6"
[dependencies.sha2]
version = "0.10.9"
[lib]
name = "crabapple"
path = "src/lib.rs"
[package]
authors = ["Christopher Sardegna <imessage@reagentx.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "security", "database"]
description = "A library for iOS backup decryption and encryption"
edition = "2024"
exclude = [".github", "resources"]
keywords = ["ios", "cryptography", "backup"]
license = "GPL-3.0-or-later"
name = "crabapple"
readme = "README.md"
repository = "https://github.com/ReagentX/crabapple"
version = "0.2.0"