Cargo Features

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

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

Enables async-await-macro of futures-util

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?
futures-util time?