# 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 = "cargo-xcodebuild" version = "0.1.0" description = "Helps cargo build and run apps for iOS" homepage = "https://github.com/Gordon-F/cargo-xcodebuild" keywords = ["xcode", "xcrun", "ios", "xcodebuild", "xcodegen"] license = "MIT OR Apache-2.0" repository = "https://github.com/Gordon-F/cargo-xcodebuild" resolver = "2" [dependencies.anyhow] version = "1" [dependencies.cargo-subcommand] version = "0.5" [dependencies.env_logger] version = "0.9" [dependencies.log] version = "0.4" [dependencies.md] version = "0.1" package = "mobile-device" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.8" [dependencies.toml] version = "0.5" [dependencies.x509-parser] version = "0.12"