Cargo Features

feature-extension-for-smol has no features set by default.

[dependencies]
feature-extension-for-smol = { version = "0.2.1", features = ["time", "channel"] }
time = async-io

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

channel = futures-channel

Affects feature-extension-for-smol::sync

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