| 1 | [package] |
| 2 | authors = ["Jorge Aparicio <jorge@japaric.io>" ] |
| 3 | categories = ["asynchronous" , "embedded" , "no-std" ] |
| 4 | description = "Minimal non-blocking I/O layer" |
| 5 | keywords = ["await" , "futures" , "IO" ] |
| 6 | license = "MIT OR Apache-2.0" |
| 7 | name = "nb" |
| 8 | repository = "https://github.com/rust-embedded/nb" |
| 9 | homepage = "https://github.com/rust-embedded/nb" |
| 10 | documentation = "https://docs.rs/nb" |
| 11 | readme = "README.md" |
| 12 | version = "1.1.0" |
| 13 | edition = "2018" |
| 14 | rust-version = "1.60" |
| 15 | |
| 16 | [features] |
| 17 | "defmt-0-3" = ["dep:defmt" ] |
| 18 | |
| 19 | [dependencies] |
| 20 | defmt = {version = "0.3" , optional = true} |