[package] name = "google-smart-home" version = "0.1.3" description = "Types for Google Smart Home" homepage = "https://github.com/gbaranski/google-smart-home-rs" repository = "https://github.com/gbaranski/google-smart-home-rs" authors = ["Grzegorz Baranski "] keywords = ["google", "api", "smart-home"] license = "GPL-3.0-or-later" edition = "2021" resolver = "2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.127", features = ["derive"] } serde_json = "1.0.66" [dev-dependencies] lazy_static = "1.4.0"