Cargo Features
[dependencies]
protoflow-crossbeam = { version = "0.4.3", default-features = false, features = ["std", "all", "tracing", "unstable"] }
- default = all, std
-
These default features are set whenever
protoflow-crossbeam
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of crossbeam, protoflow-core, and optional tracing
crossbeam:
Enable to use APIs that require
std
. This is enabled by default. - all default = tracing
- tracing all
-
Enables tracing, tracing of protoflow-core
- unstable
-
Enables unstable of protoflow-core
protoflow-crossbeam has 5 features without comments.