cargo-apple-runner 0.0.1

Cargo runner for bundling and launching applications on simulator / on device
Documentation
# 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 = "2024"
rust-version = "1.90"
name = "cargo-apple-runner"
version = "0.0.1"
authors = ["Mads Marquart <mads@marquart.dk>"]
build = false
exclude = [
    ".cargo",
    ".github",
    "tests",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cargo runner for bundling and launching applications on simulator / on device"
readme = "README.md"
keywords = [
    "cargo",
    "macos",
    "ios",
    "xcode",
]
categories = [
    "command-line-utilities",
    "development-tools::cargo-plugins",
    "os::macos-apis",
]
license = "Zlib OR Apache-2.0 OR MIT"
repository = "https://github.com/madsmtm/cargo-apple-runner"

[package.metadata.typos.default.extend-words]
udid = "udid"

[lib]
name = "cargo_apple_runner"
path = "src/lib.rs"

[[bin]]
name = "cargo-apple-runner"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.object]
version = "0.39.0"

[dependencies.plist]
version = "1.8.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]

[dev-dependencies.embed_entitlements]
version = "0.1.0"

[dev-dependencies.embed_plist]
version = "1.2.2"

[dev-dependencies.objc2-core-foundation]
version = "0.3.2"
features = [
    "std",
    "CFArray",
    "CFBundle",
    "CFData",
    "CFDictionary",
    "CFError",
    "CFNumber",
    "CFString",
    "CFURL",
]
default-features = false

[dev-dependencies.objc2-security]
version = "0.3.2"
features = [
    "std",
    "SecBase",
    "SecItem",
    "SecTask",
]
default-features = false

[target.'cfg(target_os = "macos")'.dev-dependencies.objc2-app-kit]
version = "0.3.2"
features = [
    "std",
    "NSRunningApplication",
]
default-features = false