hug 0.0.4

tui dashboard for uiio
Documentation
# 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 = "hug"
version = "0.0.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "tui dashboard for uiio"
readme = "README.md"
license = "BUSL-1.1"
repository = "https://github.com/runtime-blocks/hug"

[lib]
name = "hug"
path = "src/lib.rs"

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

[dependencies.anyhow]
version = "1.0.98"

[dependencies.async-trait]
version = "0.1.88"

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

[dependencies.crb]
version = "0.0.35"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.nom]
version = "8.0.0"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.thiserror]
version = "2.0.12"

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

[dependencies.uiio]
version = "0.0.4"