rtcom-tui 0.2.1

Terminal UI for rtcom, the Rust terminal communication tool.
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 = "2021"
rust-version = "1.88"
name = "rtcom-tui"
version = "0.2.1"
authors = ["TrekMax"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal UI for rtcom, the Rust terminal communication tool."
readme = "README.md"
keywords = [
    "serial",
    "terminal",
    "tui",
    "ratatui",
    "rtcom",
]
categories = [
    "command-line-interface",
    "hardware-support",
]
license = "Apache-2.0"
repository = "https://github.com/TrekMax/rtcom"

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

[dependencies.anyhow]
version = "1"

[dependencies.bytes]
version = "1"

[dependencies.crossterm]
version = "0.28"
features = ["event-stream"]

[dependencies.futures]
version = "0.3"

[dependencies.ratatui]
version = "0.30"

[dependencies.rtcom-config]
version = "0.2.1"

[dependencies.rtcom-core]
version = "0.2.1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-util]
version = "0.7"
features = ["rt"]

[dependencies.tracing]
version = "0.1"

[dependencies.tui-term]
version = "0.3"

[dependencies.vt100]
version = "0.16"

[dev-dependencies.insta]
version = "1"

[dev-dependencies.tempfile]
version = "3"

[lints.clippy]
module_name_repetitions = "allow"

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"