[package] name = "melcloud-api" version = "0.1.1" authors = ["garytaylor"] edition = "2018" description = "Provides a rust interface to the undocumented melcloud API" repository = "https://gitlab.com/garytaylor/melcloud-api" keywords = ["melcloud" , "mitsubishi", "heatpump", "automation"] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = "0.9.12" serde_json = "1.0.39" serde_derive = "1.0.89" serde = "1.0.89" mockito = "0.17.0" chrono = "0.4.9"