[package] name = "homeassistent" description = "This is a library for connecting to the Home Assistent API" version = "1.0.0-kylep-add-as-mobile-app-SNAPSHOT" authors = ["Bradley Nelson "] edition = "2018" readme = "readme.md" homepage = "https://api.halcyon.casa" repository = "https://github.com/selfhostedshow/ha_api" 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"] }