[package] name = "apple-sdk" version = "0.6.0" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md" authors = ["Gregory Szorc "] description = "Interact with Apple SDKs" keywords = ["apple"] homepage = "https://github.com/indygreg/apple-platform-rs" repository = "https://github.com/indygreg/apple-platform-rs.git" [dependencies] serde_json = { version = "1.0.132", optional = true } serde = { version = "1.0.214", optional = true, features = ["derive"] } plist = { version = "1.7.0", optional = true } [features] default = ["parse"] parse = ["plist", "serde_json", "serde"]