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