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 whenever code0-flow is added without default-features = false somewhere in the dependency tree.

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