# 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 = "2021" name = "seeed-lora-e5-at-commands" version = "0.1.0" authors = ["Michael van Niekerk "] description = "AT commands for the Seeed LoRa-E5 module." documentation = "https://docs.rs/seed-lora-e5-at" readme = "README.md" keywords = [ "at", "lora", "no_std", "seeed", "async", ] categories = [ "embedded", "hardware-support", "network-programming", ] license = "MIT/Apache-2.0" repository = "https://github.com/mvniekerk/seeed-lora-e5-at-commands" [dependencies.atat] version = "0.22.0" features = [ "derive", "bytes", "hex_str_arrays", ] [dependencies.atat_derive] version = "0.22.0" [dependencies.defmt] version = "0.3" optional = true [dependencies.embassy-sync] version = "0.5" [dependencies.embedded-io] version = "0.6.1" optional = true [dependencies.embedded-io-async] version = "0.6.1" optional = true [dependencies.heapless] version = "0.8.0" [dependencies.heapless-bytes] version = "0.3" [dependencies.nb] version = "1" [dependencies.serde_at] version = "0.22.0" features = [ "hex_str_arrays", "heapless", ] [features] async = [ "embedded-io", "embedded-io-async", ] debug = [ "atat/defmt", "defmt", "embedded-io-async/defmt-03", ] default = [ "debug", "async", ]