Cargo Features

[dependencies]
async_nursery = { version = "0.5.0", default-features = false, features = ["implementation", "not_wasm", "tracing"] }
default = implementation, not_wasm

These default features are set whenever async_nursery is added without default-features = false somewhere in the dependency tree.

implementation default = async_executors, futures
not_wasm default
tracing = futures, tracing-futures

Enables tracing of async_executors ^0.6

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.

tracing-futures tracing?
async_executors implementation tracing?

Enables async_executors ^0.6

futures implementation tracing?