stuart-cli 0.4.0

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.4.0"
authors = ["Mattes Rötschke"]
build = false
include = [
    "example.config.toml",
    "/src",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A serial terminal TUI"
homepage = "https://github.com/mroetsc/stuart"
readme = "README.md"
keywords = [
    "serial-communication",
    "serialport",
]
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.config]
version = "0.14"
features = ["toml"]
default-features = false

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.ratatui]
version = "0.30.0"

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

[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"

[profile.release]
lto = true
codegen-units = 1
strip = true