# 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-dmg" version = "0.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for reading and writing dmg images." readme = false license = "Apache-2.0 OR MIT" repository = "https://github.com/indygreg/apple-platform-rs" [lib] name = "apple_dmg" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.92" [dependencies.byteorder] version = "1.5.0" [dependencies.crc32fast] version = "1.4.2" [dependencies.fatfs] version = "0.3.6" [dependencies.flate2] version = "1.0.34" [dependencies.fscommon] version = "0.1.1" [dependencies.getrandom] version = "0.2.15" [dependencies.gpt] version = "4.0.0" [dependencies.md5] version = "0.7.0" [dependencies.plist] version = "1.7.0" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_bytes] version = "0.11.15"