Cargo Features
[dependencies]
futures-channel = { version = "0.3.31", default-features = false, features = ["std", "alloc", "sink", "unstable", "cfg-target-has-atomic"] }
- default = std
-
The
std
feature is set by default wheneverfutures-channel
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Enables std of futures-core
Affects
futures-channel::mpsc
… - alloc std
-
Enables alloc of futures-core
Affects
futures-channel::oneshot
… - sink = futures-sink
- unstable
-
These features are no longer used.
TODO: remove in the next major version. - cfg-target-has-atomic
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.