rtcom-cli 0.2.1

Command-line interface for rtcom (Rust Terminal Communication): a modern picocom/tio alternative.
# 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-cli"
version = "0.2.1"
authors = ["TrekMax"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for rtcom (Rust Terminal Communication): a modern picocom/tio alternative."
readme = "README.md"
keywords = [
    "serial",
    "terminal",
    "uart",
    "picocom",
    "tio",
]
categories = [
    "command-line-utilities",
    "embedded",
    "hardware-support",
]
license = "Apache-2.0"
repository = "https://github.com/TrekMax/rtcom"

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
]

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

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

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

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

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.assert_cmd]
version = "2"

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

[dev-dependencies.rtcom-config]
version = "0.2.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"