cu-consolemon 0.14.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.14.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 = [
    "cu-tuimon/log_pane",
    "cu-tuimon/stderr_capture",
    "dep:arboard",
]
default = ["debug_pane"]

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

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

[dependencies.arboard]
version = "3.6.1"
optional = true
default-features = false

[dependencies.color-eyre]
version = "0.6.4"
default-features = false

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

[dependencies.cu-tuimon]
version = "0.14.0"
default-features = false

[dependencies.cu29]
version = "0.14.0"

[dependencies.gag]
version = "1.0.0"

[dependencies.ratatui]
version = "0.30"

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

[target."cfg(unix)".dependencies.libc]
version = "0.2"
default-features = false