com-com 0.1.0

Smart Arduino/microcontroller COM port manager with real-time monitoring, nicknames, and history
# 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"
name = "com-com"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Smart Arduino/microcontroller COM port manager with real-time monitoring, nicknames, and history"
homepage = "https://github.com/venkata-sai-vishwanath-robo/com-com"
readme = "README.md"
keywords = [
    "arduino",
    "serial",
    "com-port",
    "cli",
    "microcontroller",
]
categories = [
    "command-line-utilities",
    "hardware-support",
]
license = "MIT"
repository = "https://github.com/venkata-sai-vishwanath-robo/com-com"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.arboard]
version = "3"

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

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

[dependencies.colored]
version = "2.0"

[dependencies.csv]
version = "1.3"

[dependencies.dirs]
version = "5.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serialport]
version = "4.2"

[dependencies.tabled]
version = "0.14"

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

[dependencies.uuid]
version = "1"
features = ["v4"]