[package] name = "netatmo-api-rs" version = "0.0.1" authors = ["Adrien Chapelet "] license = "MIT" description = "Library to consume Netatmo API" repository = "https://github.com/adrien3d/netatmo-api-rs.git" documentation = "https://github.com/adrien3d/netatmo-api-rs" readme = "README.md" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] lazy_static = "1.4.0" reqwest = { version = "0.10.8", features = ["blocking", "json"] } tokio = { version = "0.3.0", features = ["full"] } serde = { version = "1.0.117", features = ["derive"] } serde_json = "1.0.59" serde_derive = "1.0.117"