# 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 = "rak811-at-driver" version = "0.2.0" description = "Driver for the RAK811 at command firmware." readme = "README.md" categories = [ "embedded", "no-std", ] license = "Apache-2.0" repository = "https://github.com/drogue-iot/rak811-at-driver" [dependencies.arrayvec] version = "0.6" default-features = false [dependencies.atomic-polyfill] version = "1" [dependencies.embassy-futures] version = "0.1.0" default-features = false [dependencies.embassy-sync] version = "0.1.0" features = ["nightly"] default-features = false [dependencies.embassy-time] version = "0.1.0" default-features = false [dependencies.embedded-hal] version = "1.0.0-alpha.9" package = "embedded-hal" [dependencies.embedded-hal-async] version = "0.2.0-alpha.0" [dependencies.embedded-io] version = "0.4.0" features = ["async"] [dependencies.embedded-nal-async] version = "0.3.0" [dependencies.futures-intrusive] version = "0.4" default-features = false [dependencies.heapless] version = "0.7" [dependencies.moveslice] version = "2.0" [dependencies.nom] version = "6" default-features = false [dev-dependencies] [features] default = ["std"] std = ["embassy-time/std"]