Cargo Features

[dependencies]
async-channel = { version = "2.3.1", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever async-channel is added without default-features = false somewhere in the dependency tree.

std default

Enables std of concurrent-queue and event-listener-strategy

async-channel has 2 features without comments.