[package]
edition = "2024"
rust-version = "1.90"
name = "switchkit"
version = "0.2.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",
]
categories = [
"network-programming",
"hardware-support",
]
license = "MIT"
repository = "https://github.com/rvben/switchkit"
[lib]
name = "switchkit"
path = "src/lib.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.futures]
version = "0.3"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"
[dev-dependencies.tokio]
version = "1"
features = [
"macros",
"rt",
]