# 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 = "yams" version = "0.10.0" authors = ["Justin Huang "] description = "Yet Another Modbus Simulator" homepage = "https://github.com/justinyhuang/yams" readme = "README.md" keywords = ["modbus", "automation", "simulator"] license = "MIT/Apache-2.0" repository = "https://github.com/justinyhuang/yams" resolver = "2" [dependencies.ansi_term] version = "0.12.1" [dependencies.anyhow] version = "1.0.48" [dependencies.clap] version = "3.0.0-rc.1" features = ["derive"] [dependencies.futures] version = "0.3" [dependencies.parse_int] version = "0.6.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.tokio] version = "1" features = ["net", "macros", "io-util", "rt", "time"] [dependencies.tokio-modbus] version = "0.5.2" features = ["server", "tcp", "tcp-server-unstable"] [dependencies.tokio-serial] version = "5.4.1" [dev-dependencies.float-cmp] version = "0.9.0"