arete-sdk 0.1.2

The Project Arete SDK
Documentation
[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"

[dev-dependencies]

[[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"
edition = "2024"
homepage = "https://padi.io"
keywords = ["padi", "arete", "smart-buildings", "iot"]
license = "MIT"
name = "arete-sdk"
readme = "README.md"
version = "0.1.2"

[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"