cmri_tools 0.1.2

Tools for experimenting with CMRInet
Documentation
[[bin]]
name = "controller"
path = "src/bin/controller/main.rs"

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

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

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

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

[build-dependencies.clap]
features = ["cargo"]
version = "4.5"

[build-dependencies.clap_complete]
version = "4.5"

[dependencies.anyhow]
features = ["backtrace"]
version = "1.0"

[dependencies.clap]
features = ["cargo"]
version = "4.5"

[dependencies.cmri]
features = ["std", "serde"]
version = "0.1.1"

[dependencies.dirs]
version = "5.0"

[dependencies.egui]
version = "0.30.0"

[dependencies.egui-modal]
version = "0.6.0"

[dependencies.egui_extras]
version = "0.30.0"

[dependencies.egui_plot]
version = "0.30.0"

[dependencies.readable]
features = ["num"]
version = "0.16.0"

[dependencies.readable_byte]
version = "0.1.14"

[dependencies.rfd]
version = "0.15.2"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["tracing", "rt-multi-thread", "sync", "time", "net", "io-util", "macros"]
version = "1.39"

[dependencies.tokio-serial]
version = "5.4"

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-subscriber]
default-features = false
features = ["fmt", "ansi", "env-filter", "tracing-log"]
version = "0.3.18"

[dev-dependencies.indoc]
version = "2.0"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.tokio-test]
version = "0.4.4"

[features]
experimenter = ["cmri/experimenter"]

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

[lints.clippy]
cargo = "warn"
nursery = "warn"
pedantic = "warn"

[lints.clippy.expect_used]
level = "allow"
priority = 10

[lints.clippy.missing_const_for_fn]
level = "warn"
priority = 10

[lints.clippy.unwrap_used]
level = "warn"
priority = 10

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["network-programming"]
description = "Tools for experimenting with CMRInet"
edition = "2021"
keywords = ["CMRInet", "CMRI", "CMRI", "model-railway"]
license-file = "LICENSE.md"
name = "cmri_tools"
readme = "README.md"
repository = "https://github.com/RobertGauld/cmri-rs/tree/main/cmri_tools"
resolver = "2"
rust-version = "1.81"
version = "0.1.2"

[target.'cfg(not(target_os = "macos"))'.dependencies.eframe]
version = "0.30.0"

[target.'cfg(target_os = "macos")'.dependencies.eframe]
default-features = false
features = ["default_fonts", "glow"]
version = "0.30.0"