Cargo Features
[dependencies]
ppl = { version = "0.1.5", default-features = false, features = ["flume", "crossbeam", "ff", "kanal"] }
- default = crossbeam
-
The
crossbeam
feature is set by default wheneverppl
is added without
somewhere in the dependency tree.default-features = false - flume
-
Enables flume
- crossbeam default = crossbeam-channel
- ff = ff_buffer
- kanal
-
Enables kanal
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.