mechutil 0.5.0

Utility structures and functions for mechatronics applications.
Documentation
[[bin]]
name = "command_arg_tuple_playground"
path = "src/bin/command_arg_tuple_playground.rs"

[[bin]]
name = "command_playground"
path = "src/bin/command_playground.rs"

[[bin]]
name = "ibus_playground"
path = "src/bin/ibus_playground.rs"

[dependencies.anyhow]
version = "1.0.79"

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

[dependencies.bincode]
version = "1.3.3"

[dependencies.crc32fast]
version = "1.4.2"

[dependencies.indexmap]
features = ["serde"]
version = "2.2.6"

[dependencies.log]
version = "0.4.20"

[dependencies.num-derive]
version = "0.4"

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

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

[dependencies.serde_json]
version = "1.0.113"

[dependencies.serde_with]
version = "3.11.0"

[dependencies.simplelog]
version = "0.12.2"

[dependencies.thiserror]
version = "1.0.63"

[dependencies.tokio]
features = ["full"]
version = "1"

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

[package]
authors = ["ADC <noreply@automateddesign.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Utility structures and functions for mechatronics applications."
documentation = "https://adc360.visualstudio.com/adc-public/_git/mechutil"
edition = "2024"
homepage = "https://automateddesign.com"
license = "MIT"
name = "mechutil"
readme = "README.md"
repository = "https://adc360.visualstudio.com/adc-public/_git/mechutil"
version = "0.5.0"

[[test]]
name = "actor_test"
path = "tests/actor_test.rs"

[[test]]
name = "async_bus_channel_test"
path = "tests/async_bus_channel_test.rs"

[[test]]
name = "mech_fsm_tuple_test"
path = "tests/mech_fsm_tuple_test.rs"