Cargo Features

[dependencies]
scoped-futures = { version = "0.1.3", default-features = false, features = ["std"] }
default = std

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

std default

Affects scoped-futures::ScopedBoxFuture, scoped-futures::ScopedLocalBoxFuture, scoped-futures::ScopedFutureExt.scope_boxed, scoped-futures::ScopedFutureExt.scope_boxed_local