stuart-cli 0.1.1

A serial terminal TUI
# 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"
name = "stuart-cli"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A serial terminal TUI"
readme = "README.md"
license = "AGPL-3.0-only"
repository = "https://github.com/mroetsc/stuart"

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

[dependencies.arboard]
version = "3.6.1"
features = ["wayland-data-control"]

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

[dependencies.clap_complete]
version = "4.6.5"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.serialport]
version = "4.9.0"

[dependencies.strip-ansi-escapes]
version = "0.2.1"

[dependencies.terminput]
version = "0.5.14"

[dependencies.terminput-crossterm]
version = "0.4.10"

[dependencies.vt100]
version = "0.16.2"