Cargo Features

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

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

std default

Enables std of futures-core ^0.2.1 and futures-executor ^0.2.1

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

nightly

Enables nightly of futures-core ^0.2.1