Cargo Features
[dependencies]
code0-flow = { version = "0.0.10", default-features = false, features = ["all", "flow_queue", "flow_store", "flow_definition"] }
- default = all
-
The
all
feature is set by default whenevercode0-flow
is added without
somewhere in the dependency tree.default-features = false - all default = flow_definition, flow_queue, flow_store
- flow_queue all
-
Affects
code0-flow::flow_queue
… - flow_store all
-
Affects
code0-flow::flow_store
… - flow_definition all
-
Affects
code0-flow::flow_definition
…