[package] name = "mechutil" version = "0.4.7" edition = "2021" authors = ["ADC "] license = "MIT" homepage = "https://automateddesign.com" repository = "https://adc360.visualstudio.com/adc-public/_git/mechutil" documentation = "https://adc360.visualstudio.com/adc-public/_git/mechutil" description = "Utility structures and functions for mechatronics applications." [dependencies] anyhow = "1.0.79" async-trait = "0.1.82" bincode = "1.3.3" indexmap = {version = "2.2.6", features = ["serde"] } log = "0.4.20" serde = {version = "1.0.196", features = ["derive"]} serde_json = "1.0.113" tokio = { version = "1", features = ["full"] } num-derive = "0.4" num-traits = "0.2" crc32fast = "1.4.2" thiserror = "1.0.63" simplelog = "0.12.2" serde_with = "3.11.0"