holodeck-simctl-tui 0.10.0

Terminal UI for holodeck-simctl, a companion for the iOS Simulator's simctl
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.88"
name = "holodeck-simctl-tui"
version = "0.10.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal UI for holodeck-simctl, a companion for the iOS Simulator's simctl"
readme = false
license = "MIT"
repository = "https://github.com/otaviocc/Holodeck"

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

[[test]]
name = "reducer_command_palette_and_open_url"
path = "tests/reducer_command_palette_and_open_url.rs"

[[test]]
name = "reducer_modals_and_wizards"
path = "tests/reducer_modals_and_wizards.rs"

[[test]]
name = "reducer_navigation_and_lifecycle"
path = "tests/reducer_navigation_and_lifecycle.rs"

[[test]]
name = "view_render"
path = "tests/view_render.rs"

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

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

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

[dependencies.ratatui]
version = "0.30"
features = ["crossterm"]
default-features = false

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

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