[package] name = "kasimir" version = "0.1.0" edition = "2018" authors = ["Robert Czechowski"] description = "Crate for communication with HS100 smart wifi plugs and similar devices." license = "MIT OR Apache-2.0" repository = "https://git.zgtm.de/zgtm/kasimir" [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" kasimir-sys = { version = "0.1" }