Cargo Features
[dependencies]
protoflow-flume = { version = "0.4.1", default-features = false, features = ["std", "all", "tracing", "unstable"] }
- default = all, std
-
These default features are set whenever
protoflow-flume
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of protoflow-core and optional tracing
- all default = tracing
- tracing all
-
Enables tracing, tracing of protoflow-core
- unstable
-
Enables unstable of protoflow-core
protoflow-flume has 5 features without comments.