mtui 0.9.4

An extensive Modbus client for your terminal.
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 = "mtui"
version = "0.9.4"
build = "build.rs"
exclude = [".github/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "mtui"
description = "An extensive Modbus client for your terminal."
homepage = "https://inowattio.github.io/MTUI/"
readme = "README.md"
keywords = [
    "modbus",
    "tui",
    "rtu",
    "terminal",
    "client",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "GPL-2.0-only"
repository = "https://github.com/inowattio/mtui"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }{ binary-ext }"
pkg-fmt = "bin"

[features]
web = []

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

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

[[bin]]
name = "mtui-web"
path = "src/bin/web.rs"
required-features = ["web"]

[dependencies.anyhow]
version = "1.0.104"

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

[dependencies.chrono]
version = "0.4"

[dependencies.futures]
version = "0.3.33"

[dependencies.futures-timer]
version = "3.0.4"
features = ["wasm-bindgen"]

[dependencies.log]
version = "0.4"

[dependencies.num-traits]
version = "0.2.19"

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

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.tokio]
version = "1.53.1"
features = [
    "sync",
    "macros",
]
default-features = false

[dependencies.tokio-modbus]
version = "0.17.0"
default-features = false

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

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.arboard]
version = "3"
features = ["wayland-data-control"]
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.axum]
version = "0.8"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.clap]
version = "4.6.4"
features = ["derive"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.crossterm]
version = "0.29.0"
features = ["event-stream"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.directories]
version = "6"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.local-ip-address]
version = "0.6.13"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.memory-stats]
version = "1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.ratatui]
version = "0.30.2"
features = ["crossterm"]
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
version = "1.53.1"
features = ["full"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio-modbus]
version = "0.17.0"
features = [
    "rtu",
    "tcp",
]
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio-serial]
version = "5.5.0"

[target.'cfg(target_arch = "wasm32")'.dependencies.chrono]
version = "0.4"
features = ["wasmbind"]

[target.'cfg(target_arch = "wasm32")'.dependencies.console_error_panic_hook]
version = "0.1"

[target.'cfg(target_arch = "wasm32")'.dependencies.critical-section]
version = "1"
features = ["std"]

[target.'cfg(target_arch = "wasm32")'.dependencies.ratzilla]
version = "0.3.1"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4"

[profile.release]
lto = "fat"
codegen-units = 1
panic = "abort"
strip = "debuginfo"