Cargo Features

[dependencies]
async-task-ffi = { version = "4.1.1", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever async-task-ffi is added without default-features = false somewhere in the dependency tree.

std default

Affects runnable::spawn_local, runnable::spawn_local_with