Cargo Features

[dependencies]
flv-future-aio = { version = "1.1.0", default-features = false, features = ["asyncstd", "tokio2", "fixture"] }
default = asyncstd

The asyncstd feature is set by default whenever flv-future-aio is added without default-features = false somewhere in the dependency tree.

asyncstd default = async-std, futures-timer, futures_codec

Enables sync of tokio ^0.2.12

tokio2 = tokio
fixture = async-test-derive

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-std asyncstd
futures-timer asyncstd

Enables futures-timer ^2.0.2

tokio asyncstd tokio2?

Enables tokio ^0.2.12

futures_codec asyncstd

Enables futures_codec ^0.3.4

async-test-derive fixture?