cu-consolemon 0.13.0

A monitoring TUI for Copper. See the main Copper repository for more information.
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 = "2024"
name = "cu-consolemon"
version = "0.13.0"
authors = ["Guillaume Binet <gbin@gootz.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A monitoring TUI for Copper. See the main Copper repository for more information."
homepage = "https://github.com/copper-project"
readme = "README.md"
keywords = [
    "robotics",
    "middleware",
    "copper",
    "real-time",
]
categories = ["science::robotics"]
license = "Apache-2.0"
repository = "https://github.com/copper-project/copper-rs"
resolver = "2"

[features]
debug_pane = [
    "dep:log",
    "dep:chrono",
    "dep:arboard",
]
default = ["debug_pane"]

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

[dependencies.ansi-to-tui]
version = "8.0.0"

[dependencies.arboard]
version = "3.6.1"
optional = true

[dependencies.chrono]
version = "0.4.41"
optional = true

[dependencies.color-eyre]
version = "0.6.4"

[dependencies.compact_str]
version = "0.9"
features = ["serde"]
default-features = false

[dependencies.cu29]
version = "0.13.0"

[dependencies.cu29-log]
version = "0.13.0"
default-features = false

[dependencies.cu29-log-runtime]
version = "0.13.0"
default-features = false

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.gag]
version = "1.0.0"

[dependencies.libmacchina]
version = "8.1.0"

[dependencies.log]
version = "0.4.27"
features = ["std"]
optional = true

[dependencies.pfetch]
version = "2.11.1"

[dependencies.pfetch-logo-parser]
version = "0.1.1"

[dependencies.ratatui]
version = "0.30"

[dependencies.tui-widgets]
version = "0.7.0"

[target."cfg(unix)".dependencies.libc]
version = "0.2"