cu-tuimon 0.14.0

Shared Ratatui TUI rendering for Copper monitors.
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-tuimon"
version = "0.14.0"
authors = ["Guillaume Binet <gbin@gootz.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared Ratatui TUI rendering for Copper monitors."
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]
default = []
log_pane = [
    "dep:cu29-log",
    "dep:cu29-log-runtime",
]
stderr_capture = [
    "log_pane",
    "dep:gag",
]

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

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

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

[dependencies.cu29]
version = "0.14.0"
features = ["std"]
default-features = false

[dependencies.cu29-log]
version = "0.14.0"
optional = true
default-features = false

[dependencies.cu29-log-runtime]
version = "0.14.0"
optional = true
default-features = false

[dependencies.gag]
version = "1.0.0"
optional = true

[dependencies.ratatui]
version = "0.30"
default-features = false

[dependencies.tui-widgets]
version = "0.7.0"
features = ["scrollview"]
default-features = false

[dependencies.web-time]
version = "1.1.0"

[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies.js-sys]
version = "0.3"

[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies.wasm-bindgen]
version = "0.2"

[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies.web-sys]
version = "0.3"
features = [
    "Navigator",
    "Screen",
    "Window",
]

[target.'cfg(not(all(target_family = "wasm", target_os = "unknown")))'.dependencies.dotenvy]
version = "0.15.7"

[target.'cfg(not(all(target_family = "wasm", target_os = "unknown")))'.dependencies.libmacchina]
version = "8.1.0"

[target.'cfg(not(all(target_family = "wasm", target_os = "unknown")))'.dependencies.pfetch]
version = "2.11.1"

[target.'cfg(not(all(target_family = "wasm", target_os = "unknown")))'.dependencies.pfetch-logo-parser]
version = "0.1.1"