Cargo Features

feature-extension-for-async-std has no features set by default.

[dependencies]
feature-extension-for-async-std = { version = "0.2.1", features = ["std", "time", "channel", "unstable"] }
default

These default features are set whenever feature-extension-for-async-std is added without default-features = false somewhere in the dependency tree.

Enables async-std

std

Enables std of async-std

time = async-io

Enables async-await-macro of futures-util =0.3.29

channel = futures-channel

Affects feature-extension-for-async-std::channel

unstable

Enables unstable of async-std

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

async-io time?
futures-channel channel?

Enables futures-channel =0.3.29

futures-util time?

Enables futures-util =0.3.29