Cargo Features

[dependencies]
async-iterator = { version = "2.2.0", default-features = false, features = ["std", "alloc"] }
default = std

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

std default
alloc

async-iterator has 3 features without comments.