Cargo Features
[dependencies]
flowbuilder = { version = "0.1.0", default-features = false, features = ["core", "runtime", "yaml"] }
- default = core, runtime, yaml
-
These default features are set whenever
flowbuilderis added withoutsomewhere in the dependency tree.default-features = false - core default
-
Enables flowbuilder-core
- runtime default
-
Enables flowbuilder-runtime, runtime of flowbuilder-core
- yaml default
-
Enables flowbuilder-yaml
FlowBuilder has 4 features without comments.