[package]
name = "switchkit"
version = "0.2.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"]
categories = ["network-programming", "hardware-support"]
[dependencies]
async-trait = "0.1"
futures = "0.3"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "2"
[dev-dependencies]
tokio = { version = "1", features = ["macros", "rt"] }