# 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 = "mbc" version = "0.1.0" authors = ["Michael Torres"] description = "A command-line interface for the Modbus protocol" homepage = "https://github.com/micrictor/mbc" readme = "README.md" keywords = [ "cli", "modbus", "ics", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/micrictor/mbc" [dependencies.anyhow] version = "~1" [dependencies.async-trait] version = "~0.1" [dependencies.byteorder] version = "~1" [dependencies.clap] version = "~4" features = ["derive"] [dependencies.http] version = "~0.2" [dependencies.serde_json] version = "1.0.86" [dependencies.tokio] version = "~1.21" features = ["full"] [dependencies.tokio-modbus] version = "~0" features = [ "rtu", "tcp", ] default-features = false [dependencies.tokio-serial] version = "~5.4"