Cargo Features
[dependencies]
async-channel = { version = "2.5.0", default-features = false, features = ["std", "portable-atomic"] }
- default = std
-
The
stdfeature is set by default wheneverasync-channelis added withoutsomewhere in the dependency tree.default-features = false - std default
-
Enables std of concurrent-queue and event-listener-strategy
- portable-atomic
-
Enables portable-atomic and portable-atomic-util, portable-atomic of concurrent-queue and event-listener-strategy
async-channel has 3 features without comments.