Cargo Features

[dependencies]
flv-future-core = { version = "0.2.0", default-features = false, features = ["asyncstd", "fixture"] }
default = asyncstd

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

asyncstd default = async-std
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
async-test-derive fixture?

Enables async-test-derive ^0.1.0