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