Cargo Features
[dependencies]
futures-io-preview = { version = "0.3.0-alpha.19", default-features = false, features = ["std", "unstable", "read_initializer"] }
- default = std
-
The
std
feature is set by default wheneverfutures-io-preview
is added without
somewhere in the dependency tree.default-features = false - std default
- unstable
-
Unstable features These features are outside of the normal semver guarantees and require the
unstable
feature as an explicit opt-in to unstable API. - read_initializer