Cargo Features
[dependencies]
async-channel = { version = "2.3.1", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverasync-channel
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of concurrent-queue and event-listener-strategy
async-channel has 2 features without comments.