# 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" name = "apple-sdk" version = "0.6.0" authors = ["Gregory Szorc "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Interact with Apple SDKs" homepage = "https://github.com/indygreg/apple-platform-rs" readme = "README.md" keywords = ["apple"] license = "MIT OR Apache-2.0" repository = "https://github.com/indygreg/apple-platform-rs.git" [lib] name = "apple_sdk" path = "src/lib.rs" [dependencies.plist] version = "1.7.0" optional = true [dependencies.serde] version = "1.0.214" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.132" optional = true [features] default = ["parse"] parse = [ "plist", "serde_json", "serde", ]