dimasmon 0.2.3

dimasmon - a monitoring tool for DiMAS
[build-dependencies.slint-build]
version = "1"

[dependencies.clap]
features = ["derive"]
version = "4"

[dependencies.slint]
version = "1"

[lints.clippy]
enum_glob_use = "deny"
nursery = "deny"
pedantic = "deny"
unwrap_used = "deny"

[lints.rust]
unsafe_code = "allow"

[lints.rustdoc]
private_intra_doc_links = "allow"

[package]
authors = ["stepkun <stephan.kunz@kabelbw.de>"]
categories = ["development-tools", "network-programming", "science::robotics", "simulation"]
description = "dimasmon - a monitoring tool for DiMAS"
documentation = "https://docs.rs/dimasmon/latest/dimasmon/"
edition = "2021"
homepage = "https://dimas-fw.github.io/"
keywords = ["automation", "mas", "robots", "robotics"]
license-file = "LICENSE"
name = "dimasmon"
readme = "README.md"
repository = "https://github.com/dimas-fw/dimas/"
rust-version = "1.77.0"
version = "0.2.3"