Cargo Features

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

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

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.