# 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 = "daikin_altherma" version = "0.0.2" description = "A client for Daikin Altherma LAN adapters" homepage = "https://github.com/Frankkkkk/daikin-altherma-rs" documentation = "https://docs.rs/daikin_altherma" readme = "README.md" keywords = [ "daikin", "altherma", "BRP069A61", "BRP069A62", ] categories = ["API bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/Frankkkkk/daikin-altherma-rs" [package.metadata.docs.rs] cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] [dependencies.serde_json] version = "1.0.114" [dependencies.thiserror] version = "1.0.57" [dependencies.tungstenite] version = "0.21.0" [dependencies.url] version = "2.5.0" [dependencies.uuid] version = "1.7.0" features = ["v4"]