[package]
edition = "2024"
name = "mechutil"
version = "0.7.4"
authors = ["ADC <noreply@automateddesign.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utility structures and functions for mechatronics applications."
homepage = "https://automateddesign.com"
documentation = "https://adc360.visualstudio.com/adc-public/_git/mechutil"
readme = "README.md"
license = "MIT"
repository = "https://adc360.visualstudio.com/adc-public/_git/mechutil"
[lib]
name = "mechutil"
path = "src/lib.rs"
[[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"
[[test]]
name = "actor_test"
path = "tests/actor_test.rs"
[[test]]
name = "async_bus_channel_test"
path = "tests/async_bus_channel_test.rs"
[[test]]
name = "ipc_catalog_test"
path = "tests/ipc_catalog_test.rs"
[[test]]
name = "mech_fsm_tuple_test"
path = "tests/mech_fsm_tuple_test.rs"
[dependencies.anyhow]
version = "1.0.79"
[dependencies.async-trait]
version = "0.1.82"
[dependencies.crc32fast]
version = "1.4.2"
[dependencies.indexmap]
version = "2"
features = ["serde"]
[dependencies.log]
version = "0.4"
[dependencies.num-derive]
version = "0.4"
[dependencies.num-traits]
version = "0.2"
[dependencies.postcard]
version = "1"
features = ["alloc"]
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.serde_repr]
version = "0.1"
[dependencies.serde_with]
version = "3"
[dependencies.shared_memory]
version = "0.12"
[dependencies.simplelog]
version = "0.12.2"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
version = "1"
features = ["full"]