Cargo Features

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

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

std dev default

Enables std of protoflow-core

all default = sysml
sysml dev all

Enables sysml of protoflow-core

unstable dev

Enables unstable of protoflow-core

protoflow-derive has 5 features without comments.