comchan 0.5.0

A Blazingly Fast and Minimal Serial Monitor for Embedded Applications
# 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 = "comchan"
version = "0.5.0"
authors = ["Vaishnav Sabari Girish <vaishnav.sabari.girish@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Blazingly Fast and Minimal Serial Monitor for Embedded Applications"
homepage = "https://github.com/Vaishnav-Sabari-Girish/ComChan"
readme = "README.md"
keywords = [
    "cli",
    "embedded-systems",
    "serial-communication",
]
categories = [
    "command-line-utilities",
    "embedded",
]
license = "MIT"
repository = "https://github.com/Vaishnav-Sabari-Girish/ComChan"

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

[dependencies.chrono]
version = "0.4.44"

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

[dependencies.clap_complete]
version = "4.6.3"

[dependencies.clap_complete_nushell]
version = "4.6.0"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.ctrlc]
version = "3.5"

[dependencies.dirs]
version = "6.0.0"

[dependencies.inline_colorization]
version = "0.1.6"

[dependencies.plotters]
version = "0.3.7"

[dependencies.pretty-hex]
version = "0.4.2"

[dependencies.ratatui]
version = "0.30.0"

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

[dependencies.serialport]
version = "4.9"

[dependencies.toml]
version = "1.1.2"