Cargo Features
[dependencies]
futures-stable = { version = "0.2.1", default-features = false, features = ["std", "nightly"] }
- default = std
-
The
std
feature is set by default wheneverfutures-stable
is added without
somewhere in the dependency tree.default-features = false - 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