[dependencies.hostname]
version = "0.4.1"
[dependencies.regex]
version = "1.11.1"
[dependencies.rustls]
features = ["ring"]
version = "0.23"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.strum_macros]
version = "0.27"
[dependencies.tungstenite]
features = ["rustls-tls-webpki-roots"]
version = "0.26"
[dependencies.uuid]
features = ["v4", "v5"]
version = "1.15"
[dev-dependencies]
[[example]]
name = "01-light"
path = "examples/01_the_switch_and_the_light/light.rs"
[[example]]
name = "01-switch"
path = "examples/01_the_switch_and_the_light/switch.rs"
[lib]
name = "arete_sdk"
path = "src/lib.rs"
[package]
authors = ["Arete Developers <arete@padi.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "api-bindings"]
description = "The Project Arete SDK for smart buildings"
edition = "2024"
homepage = "https://padi.io"
keywords = ["padi", "arete", "smart-buildings", "iot"]
license-file = "LICENSE"
name = "arete-sdk"
readme = "README.md"
repository = "https://github.com/project-arete/sdk.git"
version = "0.1.6"
[target.'cfg(target_os = "linux")'.dev-dependencies.gpio-cdev]
version = "0.6.0"
[[test]]
name = "integration"
path = "tests/integration.rs"
[[test]]
name = "testsupport"
path = "tests/testsupport.rs"