printctl 0.1.0

A reverse proxy for serial devices over the network, purpose-built for managing 3D printing clusters at scale.
[[bin]]
name = "printctl"
path = "src/main.rs"

[dependencies.clap]
features = ["derive", "env", "string"]
version = "4.5.32"

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

[dependencies.config]
version = "0.15.11"

[dependencies.crossterm]
version = "0.28.1"

[dependencies.printctl-node]
version = "0.1.0"

[dependencies.ratatui]
features = ["all-widgets"]
version = "0.29.0"

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

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.44.1"

[dependencies.tui]
version = "0.19.0"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A reverse proxy for serial devices over the network, purpose-built for managing 3D printing clusters at scale."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "printctl"
readme = "README.md"
repository = "https://github.com/ezrasingh/printctl"
version = "0.1.0"