Cargo Features
[dependencies]
prioritized-metered-channel = { version = "0.6.1", default-features = false, features = ["async_channel", "futures_channel"] }
- default = async_channel
-
The
async_channel
feature is set by default wheneverprioritized-metered-channel
is added without
somewhere in the dependency tree.default-features = false - async_channel default
-
Enables async-channel ^1.8.0
- futures_channel
prioritized-metered-channel has 3 features without comments.