Cargo Features

Loop has no features set by default.

[dependencies]
loop = { version = "0.5.2", features = ["asynchronous"] }
asynchronous = futures, tokio, tokio-stream

Affects loop::asynchronous

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.

futures asynchronous?
tokio asynchronous?
tokio-stream asynchronous?