Cargo Features

fut-compat has no features set by default.

[dependencies]
fut-compat = { version = "0.1.0", features = ["tokio-rt", "async-std-rt"] }
tokio-rt = tokio, tokio-stream

Affects tokio::TokioFs, tokio::TokioCompat, tokio::TokioExecutor

async-std-rt = async-std

Affects async_std::AsyncStdFs, async_std::AsyncStdExecutor

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.

tokio tokio-rt?
tokio-stream tokio-rt?
async-std async-std-rt?