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