zigbee-core 0.1.0-alpha.4

Core Zigbee layers in `no-std` — NWK, APS, security and ZDO; the implementation behind the `zigbee` crate
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-core"
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 = "Core Zigbee layers in `no-std` — NWK, APS, security and ZDO; the implementation behind the `zigbee` crate"
documentation = "https://docs.rs/zigbee-core"
readme = "README.md"
keywords = [
    "zigbee",
    "ieee802154",
    "embedded",
    "iot",
]
categories = [
    "network-programming",
    "no-std",
    "embedded",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/zigbee-rs"

[package.metadata.docs.rs]
all-features = true

[features]
alloc = []
in-memory-nib = ["alloc"]
storage = [
    "dep:sequential-storage",
    "dep:embedded-storage-async",
]

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

[dependencies.aead]
version = "0.5.0"
default-features = false

[dependencies.aes]
version = "0.8.4"

[dependencies.byte]
version = "0.2.7"

[dependencies.ccm]
version = "0.5.0"
default-features = false

[dependencies.embedded-hal-async]
version = "1.0"

[dependencies.embedded-storage-async]
version = "0.4.1"
optional = true

[dependencies.heapless]
version = "0.9.1"

[dependencies.itertools]
version = "0.14.0"
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.sequential-storage]
version = "7.2.0"
optional = true

[dependencies.spin]
version = "0.10.0"
features = [
    "spin_mutex",
    "mutex",
    "rwlock",
]
default-features = false

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

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

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

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

[dev-dependencies.mockall]
version = "0.13"

[dev-dependencies.sequential-storage]
version = "7.2.0"
features = ["_test"]