Cargo Features
[dependencies]
futures-io = { version = "0.3.31", default-features = false, features = ["std", "unstable"] }
- default = std
-
The
std
feature is set by default wheneverfutures-io
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.