seeed-lora-e5-at-commands 0.1.0

AT commands for the Seeed LoRa-E5 module.
Documentation
[dependencies.atat]
features = ["derive", "bytes", "hex_str_arrays"]
version = "0.22.0"

[dependencies.atat_derive]
version = "0.22.0"

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

[dependencies.embassy-sync]
version = "0.5"

[dependencies.embedded-io]
optional = true
version = "0.6.1"

[dependencies.embedded-io-async]
optional = true
version = "0.6.1"

[dependencies.heapless]
version = "0.8.0"

[dependencies.heapless-bytes]
version = "0.3"

[dependencies.nb]
version = "1"

[dependencies.serde_at]
features = ["hex_str_arrays", "heapless"]
version = "0.22.0"

[features]
async = ["embedded-io", "embedded-io-async"]
debug = ["atat/defmt", "defmt", "embedded-io-async/defmt-03"]
default = ["debug", "async"]

[package]
authors = ["Michael van Niekerk <mike@agri-io.co.za>"]
categories = ["embedded", "hardware-support", "network-programming"]
description = "AT commands for the Seeed LoRa-E5 module."
documentation = "https://docs.rs/seed-lora-e5-at"
edition = "2021"
keywords = ["at", "lora", "no_std", "seeed", "async"]
license = "MIT/Apache-2.0"
name = "seeed-lora-e5-at-commands"
readme = "README.md"
repository = "https://github.com/mvniekerk/seeed-lora-e5-at-commands"
version = "0.1.0"