piopulse 1.0.0

A terminal user interface (TUI) embedded debugger for serial debugging, telemetry plotting, dashboards, and ESP32 flashing.
# 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 = "piopulse"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A terminal user interface (TUI) embedded debugger for serial debugging, telemetry plotting, dashboards, and ESP32 flashing."
readme = "README.md"
keywords = [
    "esp32",
    "flashing",
    "tui",
    "production-line",
    "esptool",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/Wang-Yang-source/piopulse"

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

[dependencies.chrono]
version = "0.4"

[dependencies.crc32fast]
version = "1.5.0"

[dependencies.crossterm]
version = "0.27.0"
features = ["event-stream"]

[dependencies.espflash]
version = "4.4.0"
features = ["serialport"]
default-features = false

[dependencies.futures]
version = "0.3"

[dependencies.rand]
version = "0.8.5"

[dependencies.ratatui]
version = "0.26.2"

[dependencies.regex]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serialport]
version = "4.3.0"

[dependencies.sha2]
version = "0.10.9"

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

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