Cargo Features
[dependencies]
moosicbox_channel_utils = { version = "0.1.0", default-features = false, features = ["fail-on-warnings", "futures-channel"] }
- default = futures-channel
-
The
futures-channel
feature is set by default whenevermoosicbox_channel_utils
is added without
somewhere in the dependency tree.default-features = false - fail-on-warnings
- futures-channel default
-
Enables futures-channel and futures-core
futures-channel:
Futures Channel
Affects
moosicbox_channel_utils::futures_channel
…