Cargo Features

[dependencies]
futures-stable-preview = { version = "0.2.3", default-features = false, features = ["std", "nightly"] }
default = std

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

std default

Enables std of futures-core-preview and futures-executor-preview

Affects futures-stable-preview::StableFuture.pin, futures-stable-preview::StableFuture.pin_local, futures-stable-preview::StableStream.pin, futures-stable-preview::StableStream.pin_local

nightly

Enables nightly of futures-core-preview