# 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 = "2021" rust-version = "1.78" name = "apple-xar" version = "0.19.0" authors = ["Gregory Szorc "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "XAR archive reading and writing" homepage = "https://github.com/indygreg/apple-platform-rs" readme = "README.md" keywords = [ "apple", "xar", ] license = "MPL-2.0" repository = "https://github.com/indygreg/apple-platform-rs.git" [lib] name = "apple_xar" path = "src/lib.rs" [dependencies.base64] version = "0.22.1" [dependencies.bcder] version = "0.7.4" optional = true [dependencies.bzip2] version = "0.4.4" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.cryptographic-message-syntax] version = "0.27.0" optional = true [dependencies.digest] version = "0.10.7" [dependencies.flate2] version = "1.0.34" [dependencies.log] version = "0.4.22" [dependencies.md-5] version = "0.10.6" [dependencies.rand] version = "0.8.5" optional = true [dependencies.reqwest] version = "0.12.9" optional = true default-features = false [dependencies.scroll] version = "0.12.0" features = ["derive"] [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.sha1] version = "0.10.6" [dependencies.sha2] version = "0.10.8" [dependencies.signature] version = "2.2.0" features = ["std"] optional = true [dependencies.thiserror] version = "1.0.66" [dependencies.url] version = "2.5.2" [dependencies.x509-certificate] version = "0.24.0" [dependencies.xml-rs] version = "0.8.22" [dependencies.xz2] version = "0.1.7" features = ["static"] [features] default = ["signing"] signing = [ "dep:bcder", "dep:cryptographic-message-syntax", "dep:rand", "dep:reqwest", "dep:signature", ]