Cargo Features
[dependencies]
protoflow-derive = { version = "0.4.3", default-features = false, features = ["std", "all", "sysml", "unstable"] }
- default = all, std
-
These default features are set whenever
protoflow-derive
is added without
somewhere in the dependency tree.default-features = false - 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.