holodeck-simctl 0.10.0

A CLI and TUI companion for the iOS Simulator's simctl — boot, record, screenshot, and manage simulators
# 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.88"
name = "holodeck-simctl"
version = "0.10.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI and TUI companion for the iOS Simulator's simctl — boot, record, screenshot, and manage simulators"
readme = false
license = "MIT"
repository = "https://github.com/otaviocc/Holodeck"

[[bin]]
name = "holodeck"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.holodeck-core]
version = "0.10.0"
package = "holodeck-simctl-core"

[dependencies.holodeck-services]
version = "0.10.0"
package = "holodeck-simctl-services"

[dependencies.holodeck-tui]
version = "0.10.0"
package = "holodeck-simctl-tui"

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

[dependencies.serde_json]
version = "1"

[dependencies.shellexpand]
version = "3"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "process",
    "sync",
    "time",
    "signal",
    "io-util",
]

[dependencies.uuid]
version = "1"
features = ["v4"]