# 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 = "sungrow-winets" version = "0.2.1" authors = ["Bo Jeanes "] description = "A rudimentary client for programmatically interacting with Sungrow inverters which are using a WiNet-S dongle for network connectivity." homepage = "https://github.com/bjeanes/modbus-mqtt/tree/main/sungrow-winets" readme = "README.md" keywords = ["sungrow"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/bjeanes/modbus-mqtt" [[example]] name = "poll" required-features = [ "tokio/rt-multi-thread", "tokio/macros", ] [[example]] name = "set_forced_power" required-features = [ "tokio/rt-multi-thread", "tokio/macros", ] [dependencies.bitmask-enum] version = "2.0.0" [dependencies.futures-util] version = "0.3.23" [dependencies.reqwest] version = "0.12.5" features = ["json"] default-features = false [dependencies.serde] version = "1.0.139" features = ["serde_derive"] [dependencies.serde-aux] version = "4.2.0" [dependencies.serde_json] version = "1.0.82" [dependencies.thiserror] version = "1.0.32" [dependencies.tokio] version = "1.20.0" features = ["time"] [dependencies.tokio-tungstenite] version = "0.23.1" [dependencies.tracing] version = "0.1.36" [dependencies.tungstenite] version = "0.23.0" [dev-dependencies.tracing-subscriber] version = "0.3.15"