[package] name = "daikin_altherma" version = "0.0.2" edition = "2021" license = "MIT OR Apache-2.0" description = "A client for Daikin Altherma LAN adapters" documentation = "https://docs.rs/daikin_altherma" homepage = "https://github.com/Frankkkkk/daikin-altherma-rs" repository = "https://github.com/Frankkkkk/daikin-altherma-rs" keywords = ["daikin", "altherma", "BRP069A61", "BRP069A62"] categories = ["API bindings"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde_json = "1.0.114" thiserror = "1.0.57" tungstenite = "0.21.0" url = "2.5.0" [dependencies.uuid] version = "1.7.0" features = ["v4"] [package.metadata.docs.rs] cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]