apple-xar 0.13.0

XAR archive reading and writing
Documentation
[package]
name = "apple-xar"
version = "0.13.0"
authors = ["Gregory Szorc <gregory.szorc@gmail.com>"]
edition = "2021"
license = "MPL-2.0"
description = "XAR archive reading and writing"
keywords = ["apple", "xar"]
homepage = "https://github.com/indygreg/apple-platform-rs"
repository = "https://github.com/indygreg/apple-platform-rs.git"
readme = "README.md"

[dependencies]
base64 = "0.20.0"
bcder = "0.7.1"
bzip2 = "0.4.3"
chrono = { version = "0.4.23", features = ["serde"] }
cryptographic-message-syntax = "0.19.0"
digest = "0.10.6"
log = "0.4.17"
md-5 = "0.10.5"
flate2 = "1.0.25"
rand = "0.8.5"
reqwest = { version = "0.11.13", default-features = false }
scroll = { version = "0.11.0", features = ["derive"] }
serde-xml-rs = "0.6.0"
serde = { version = "1.0.151", features = ["derive"] }
sha1 = "0.10.5"
sha2 = "0.10.6"
signature = "1.6.4"
thiserror = "1.0.38"
url = "2.3.1"
xml-rs = "0.8.4"
x509-certificate = "0.16.0"
xz2 = { version = "0.1.7", features = ["static"] }