zigbee-mac 0.1.0-alpha.4

IEEE 802.15.4 MAC sub-layer abstraction in `no-std` for the Zigbee protocol stack, with pluggable radio backends
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "zigbee-mac"
version = "0.1.0-alpha.4"
authors = ["Stürmer, Benjamin <benjamin@stuermer.pro>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "IEEE 802.15.4 MAC sub-layer abstraction in `no-std` for the Zigbee protocol stack, with pluggable radio backends"
documentation = "https://docs.rs/zigbee-mac"
readme = "README.md"
keywords = [
    "zigbee",
    "ieee802154",
    "mlme",
]
categories = [
    "network-programming",
    "no-std",
    "embedded",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/zigbee-rs"

[package.metadata.docs.rs]
features = ["esp32c6"]
targets = ["riscv32imac-unknown-none-elf"]

[features]
alloc = []
default = []
esp32c6 = [
    "alloc",
    "dep:esp-radio",
    "dep:esp-hal",
    "dep:esp-alloc",
    "dep:esp-sync",
    "esp-radio/esp32c6",
    "esp-hal/esp32c6",
    "esp-alloc/esp32c6",
    "esp-sync/esp32c6",
    "dep:embassy-sync",
    "dep:embassy-time",
    "dep:embassy-futures",
]

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

[dependencies.byte]
version = "0.2.7"

[dependencies.embassy-futures]
version = "0.1"
optional = true

[dependencies.embassy-sync]
version = "0.8"
optional = true

[dependencies.embassy-time]
version = "0.5"
optional = true

[dependencies.esp-alloc]
version = "0.10.0"
optional = true

[dependencies.esp-hal]
version = "1.1.0"
features = [
    "rt",
    "unstable",
]
optional = true
default-features = false

[dependencies.esp-radio]
version = "1.0.0-beta.0"
features = [
    "ieee802154",
    "unstable",
]
optional = true
default-features = false

[dependencies.esp-sync]
version = "0.2.1"
optional = true

[dependencies.heapless]
version = "0.9.1"

[dependencies.ieee802154]
version = "0.6.1"

[dependencies.log]
version = "0.4.28"

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

[dependencies.zigbee-macros]
version = "0.1.0-alpha.4"

[dependencies.zigbee-types]
version = "0.1.0-alpha.4"