# 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 = "tokio_modbus-winets" version = "0.2.1" authors = ["Bo Jeanes "] description = "Teaches tokio_modbus to query Modbus registers over HTTP for Sungrow inverters using WiNet-S network dongle." homepage = "https://github.com/bjeanes/modbus-mqtt/tree/main/tokio_modbus-winets" readme = "README.md" keywords = [ "tokio_modbus", "modbus", "sungrow", ] license = "MIT" repository = "https://github.com/bjeanes/modbus-mqtt" [dependencies.async-trait] version = "0.1.57" [dependencies.sungrow-winets] version = "0.2.1" [dependencies.tokio-modbus] version = "0.7.1" default-features = false [dependencies.tracing] version = "0.1.36"