# 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 = "eva-sim-modbus" version = "0.1.0" authors = ["Serhij S. "] description = "EVA ICS Virtual Fieldbus Simulator" readme = "README.md" keywords = [ "modbus", "server", "hardware", "nostd", ] license = "Apache-2.0" repository = "https://github.com/eva-ics/sim" resolver = "1" [dependencies.busrt] version = "0.4.6" features = ["rpc"] [dependencies.eva-common] version = "0.3.1" features = ["bus-rpc"] [dependencies.log] version = "0.4.19" [dependencies.once_cell] version = "1.18.0" [dependencies.rmodbus] version = "0.7.3" [dependencies.uuid] version = "1.4.0"