Cargo Features

[dependencies]
futures-utils-wasm = { version = "0.1.0", default-features = false, features = ["alloc", "std"] }
default = alloc

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

alloc default std?

Enables BoxFuture.

Affects futures-utils-wasm::BoxFuture, futures-utils-wasm::BoxFuture

std = alloc

Currently does nothing.