smon 0.1.3

Minimalistic TUI serial monitor
# 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 = "smon"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimalistic TUI serial monitor"
readme = "README.md"
keywords = [
    "serial",
    "tui",
    "monitor",
    "uart",
    "terminal",
]
categories = [
    "command-line-utilities",
    "hardware-support",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/VladasZ/smon"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.axum]
version = "0.8"
features = ["ws"]

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dirs]
version = "6.0"

[dependencies.flate2]
version = "1.1"

[dependencies.futures-util]
version = "0.3"
features = ["sink"]
default-features = false

[dependencies.hex]
version = "0.4"

[dependencies.indicatif]
version = "0.18"

[dependencies.memchr]
version = "2.8"

[dependencies.nucleo-matcher]
version = "0.3.1"

[dependencies.ratatui]
version = "0.30"
features = ["unstable-rendered-line-info"]

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.13"
features = [
    "blocking",
    "rustls",
]
default-features = false

[dependencies.rmcp]
version = "2.0.0"
features = [
    "server",
    "macros",
    "schemars",
    "transport-streamable-http-server",
]

[dependencies.schemars]
version = "1"

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.serialport]
version = "4.9.0"

[dependencies.sha2]
version = "0.11"

[dependencies.tar]
version = "0.4"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "sync",
    "time",
    "net",
    "io-util",
]

[dependencies.tokio-tungstenite]
version = "0.30"

[dependencies.toml]
version = "1.1"

[dependencies.which]
version = "8.0"

[dependencies.zip]
version = "8.6"
features = ["deflate"]
default-features = false