[package] name = "homeassistant" description = "This is a library for connecting to the Home Assistant API" version = "0.3.0" authors = ["Bradley Nelson "] edition = "2018" readme = "readme.md" homepage = "https://api.halcyon.casa" repository = "https://github.com/selfhostedshow/homeassistant-rs" license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] futures = "0.3" reqwest = { version = "0.10", features = ["json"] } serde = { version = "1.0", features = ["derive"] } chrono = "0.4"