zigbee 0.1.0-alpha.1

ZigBee protocol stack in `no-std` based on the [ZigBee specification 22 1.0](https://csa-iot.org/wp-content/uploads/2022/01/docs-05-3474-22-0csg-zigbee-specification-1.pdf)
Documentation
[dependencies.byte]
version = "0.2.7"

[dependencies.heapless]
version = "0.8.0"

[dependencies.strum]
default-features = false
features = ["derive"]
version = "0.27.1"

[dependencies.thiserror]
default-features = false
version = "2.0.6"

[features]

[lib]
name = "zigbee"
path = "src/lib.rs"

[package]
authors = ["Stürmer, Benjamin <benjamin@stuermer.pro>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "no-std", "embedded"]
description = "ZigBee protocol stack in `no-std` based on the [ZigBee specification 22 1.0](https://csa-iot.org/wp-content/uploads/2022/01/docs-05-3474-22-0csg-zigbee-specification-1.pdf)"
documentation = "https://docs.rs/zigbee"
edition = "2018"
keywords = ["zigbee", "ieee802154", "embedded", "iot"]
license = "MIT OR Apache-2.0"
name = "zigbee"
readme = "README.md"
repository = "https://github.com/thebino/zigbee-rs"
rust-version = "1.50"
version = "0.1.0-alpha.1"