lorawan 0.7.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.6.0"

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

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

[dependencies.generic-array]
version = "0.14.4"
[dev-dependencies.criterion]
version = "0.3"

[features]
default = ["full"]
default-crypto = ["aes", "cmac"]
full = ["with-to-string", "with-downlink", "default-crypto"]
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 = "2018"
keywords = ["lorawan", "iot", "lpwan", "parser", "lightweight"]
license = "MIT"
name = "lorawan"
readme = "README.md"
repository = "https://github.com/ivajloip/rust-lorawan"
version = "0.7.0"