Cargo Features

Spawns has no features set by default.

[dependencies]
spawns = { version = "0.2.4", features = ["executor", "tokio", "smol", "async-global-executor", "panic-multiple-global-spawners"] }
executor = spawns-executor
tokio

Enables tokio of spawns-compat

smol

Enables smol of spawns-compat

async-global-executor

Enables async-global-executor of spawns-compat

panic-multiple-global-spawners

Enables panic-multiple-global-spawners 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.

spawns-compat async-global-executor? smol? tokio?
spawns-executor executor?