Cargo Features

[dependencies]
callbag = { version = "0.14.0", default-features = false, features = ["browser", "combine", "for_each", "from_iter", "interval", "skip", "take"] }
default = combine, concat, filter, flatten, for_each, from_iter, interval, map, merge, pipe, scan, share, skip, take

These default features are set whenever callbag is added without default-features = false somewhere in the dependency tree.

browser
combine default = paste
concat filter flatten for_each default
from_iter default
interval default = async_executors, async_nursery
map merge pipe scan share skip default
take default

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.

async_executors interval

Enables async_executors ^0.5.1

async_nursery interval

Enables async_nursery ^0.4.0

paste combine