# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "mechutil" version = "0.4.7" authors = ["ADC "] build = 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 = "bus_playground" path = "src/bin/bus_playground.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 = "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.bincode] version = "1.3.3" [dependencies.crc32fast] version = "1.4.2" [dependencies.indexmap] version = "2.2.6" features = ["serde"] [dependencies.log] version = "0.4.20" [dependencies.num-derive] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0.196" features = ["derive"] [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] version = "1" features = ["full"]