# 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-flat-package" version = "0.19.0" authors = ["Gregory Szorc "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Apple flat package (.pkg) format handling" homepage = "https://github.com/indygreg/apple-platform-rs" readme = "README.md" keywords = [ "apple", "flat-package", "pkgbuild", "pkg", "productbuild", ] license = "MPL-2.0" repository = "https://github.com/indygreg/apple-platform-rs.git" [lib] name = "apple_flat_package" path = "src/lib.rs" [dependencies.apple-xar] version = "0.19.0" [dependencies.cpio-archive] version = "0.10.0" [dependencies.flate2] version = "1.0.34" [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.thiserror] version = "1.0.66"