Cargo Features

[dependencies]
protoflow-zeromq = { version = "0.3.0", default-features = false, features = ["std", "all", "tracing", "unstable"] }
default = all, std

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

std default

Enables zeromq, 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-zeromq has 5 features without comments.