Cargo Features

[dependencies]
timeout-iterator = { version = "1.1.7", default-features = false, features = ["async", "sync"] }
default = async

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

async default = futures, futures-util, pin-project, tokio, tokio-stream

The default set of optional packages. Most people will want to use these packages, but they are strictly optional. Note that session is not a package but rather another feature listed in this manifest.

Affects timeout-iterator::asynchronous

sync

Affects timeout-iterator::synchronous

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 async

Enables futures

Optional - only enabled through the "async" feature

futures-util async
tokio async
tokio-stream async
pin-project async