[[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.crc32fast]
version = "1.4.2"
[dependencies.indexmap]
features = ["serde"]
version = "2"
[dependencies.log]
version = "0.4"
[dependencies.num-derive]
version = "0.4"
[dependencies.num-traits]
version = "0.2"
[dependencies.postcard]
features = ["alloc"]
version = "1"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.serde_repr]
version = "0.1"
[dependencies.serde_with]
version = "3"
[dependencies.simplelog]
version = "0.12.2"
[dependencies.thiserror]
version = "2"
[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.6.4"
[[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"