lorawan 0.8.0

Crate lorawan provides structures and tools for reading and writing LoRaWAN messages from and to a slice of bytes.
Documentation
[[bench]]
harness = false
name = "lorawan"
[dependencies.aes]
optional = true
version = "0.8"

[dependencies.cmac]
optional = true
version = "0.7"

[dependencies.defmt]
optional = true
version = "0.3"

[dependencies.generic-array]
version = "0"

[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1"
[dev-dependencies.criterion]
version = "0"

[dev-dependencies.heapless]
version = "0"

[dev-dependencies.trallocator]
version = "0.2.1"

[features]
default = ["full"]
default-crypto = ["aes", "cmac"]
defmt = ["dep:defmt"]
full = ["with-to-string", "with-downlink", "default-crypto"]
serde = ["dep:serde"]
with-downlink = []
with-to-string = []

[package]
authors = ["Ivaylo Petrov <ivajloip@gmail.com>"]
description = "Crate lorawan provides structures and tools for reading and writing LoRaWAN messages from and to a slice of bytes."
edition = "2021"
keywords = ["lorawan", "iot", "lpwan", "parser", "lightweight"]
license = "MIT"
name = "lorawan"
readme = "README.md"
repository = "https://github.com/lora-rs/lora-rs"
version = "0.8.0"