[dependencies.arbitrary]
features = ["derive"]
optional = true
version = "1.3.2"
[dependencies.bitflags]
version = "2.4.2"
[dependencies.dot15d4-macros]
version = "0.1.0"
[dependencies.heapless]
version = "0.8.0"
[dev-dependencies.env_logger]
version = "0.11.3"
[dev-dependencies.log]
version = "0.4.21"
[[example]]
name = "parsing"
path = "examples/parsing.rs"
[features]
fuzz = ["arbitrary"]
std = []
[lib]
name = "dot15d4_frame"
path = "src/lib.rs"
[package]
authors = ["Thibaut Vandervelden <thvdveld@vub.be>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "network-programming", "no-std"]
description = "Frame parsing and building for the dot15d4 crate"
edition = "2021"
keywords = ["ieee802154", "WPAN", "smoltcp"]
license = "MIT OR Apache-2.0"
name = "dot15d4-frame"
readme = "README.md"
repository = "https://github.com/thvdveld/dot15d4"
version = "0.1.2"