# 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 = "embedded-nrf24l01-async" version = "0.3.1" authors = [ "Astro ", "KisChang ", ] build = false exclude = [".idea/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "A driver for NRF24L01(+) transceivers on embedded-hal-async platforms(base on embedded-nrf24l01)." homepage = "https://github.com/kischang/embedded-nrf24l01" readme = "README.md" keywords = [ "driver", "embedded-hal-async", "wireless", "nrf", "nrf24l01", ] categories = [ "embedded", "no-std", "hardware-support", "network-programming", ] license = "Apache-2.0" repository = "https://github.com/kischang/embedded-nrf24l01" [lib] name = "embedded_nrf24l01_async" path = "src/lib.rs" [dependencies.bitfield] version = "0.13.2" [dependencies.defmt] version = "0.3" [dependencies.defmt-rtt] version = "0.4" [dependencies.embedded-hal] version = "1.0.0" [dependencies.embedded-hal-async] version = "1.0.0" [dependencies.log] version = "0.4.22" [dependencies.nb] version = "0.1.2"