# 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-bundles" version = "0.20.0" authors = ["Gregory Szorc "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Interface with Apple bundle primitives" homepage = "https://github.com/indygreg/apple-platform-rs" readme = "README.md" keywords = [ "apple", "macos", "bundle", "appbundle", ] license = "MPL-2.0" repository = "https://github.com/indygreg/apple-platform-rs.git" [lib] name = "apple_bundles" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.92" [dependencies.plist] version = "1.7.0" [dependencies.simple-file-manifest] version = "0.11.0" [dependencies.walkdir] version = "2.5.0" [dev-dependencies.tempfile] version = "3.13.0"