[package]
name = "switchkit"
version = "0.1.0"
edition = "2024"
rust-version = "1.90"
authors = ["Ruben J. Jongejan <ruben.jongejan@gmail.com>"]
description = "Vendor-neutral abstraction for smart-plug devices (Shelly, Tasmota)."
license = "MIT"
repository = "https://github.com/rvben/switchkit"
homepage = "https://github.com/rvben/switchkit"
readme = "README.md"
keywords = ["tasmota", "shelly", "smart-home", "iot"]
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "2"