Cargo Features

spawns-compat has no features set by default.

[dependencies]
spawns-compat = { version = "0.2.1", features = ["tokio", "smol", "async-global-executor"] }
tokio = linkme

Enables tokio, compat of spawns-core

smol = linkme

Enables smol, compat of spawns-core

async-global-executor = linkme

Enables async-global-executor, compat of spawns-core

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.

linkme async-global-executor? smol? tokio?
spawns-core async-global-executor? smol? tokio?