sermonizer 0.2.0

A simple, clean serial monitor with a clean terminal UI for embedded development
# 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 = "sermonizer"
version = "0.2.0"
authors = [
    "Joel Schulz-Andres <joel@systemscape.de>",
    "Julian Dickert <julian@systemscape.de>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple, clean serial monitor with a clean terminal UI for embedded development"
readme = "README.md"
keywords = [
    "serial",
    "monitor",
    "embedded",
    "terminal",
    "tui",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "embedded",
]
license = "MIT"
repository = "https://github.com/systemscape/sermonizer"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.crossterm]
version = "0.29"

[dependencies.ctrlc]
version = "3.4"

[dependencies.ratatui]
version = "0.29"

[dependencies.serialport]
version = "4.3"

[dependencies.tokio]
version = "1.0"
features = [
    "rt-multi-thread",
    "sync",
    "time",
    "macros",
]

[dependencies.unicode-width]
version = "0.2"

[profile.dist]
lto = "thin"
inherits = "release"