[package] name = "cnctd_smart_home" version = "0.1.4" edition = "2021" authors = ["Connected Dot Inc.", "Kyle Ebner "] description = "A collection of Smart Home APIs" repository = "https://github.com/Connected-Dot/cnctd_smart_home" license = "MIT" keywords = ["module"] [lib] name = "cnctd_smart_home" path = "src/lib.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.80" govee-api = "1.3.3" serde = { version = "1.0.195", features = ["derive"] } serde_json = "1.0.111" tokio = { version = "1.35.1", features = ["full"] } tplinker = "0.4.4"