Cargo Features

[dependencies]
asimov-flow = { version = "24.0.0-dev.22", default-features = false, features = ["std", "all", "derive", "serde", "tokio", "tracing", "unstable", "yaml"] }
default = all, std

These default features are set whenever asimov-flow is added without default-features = false somewhere in the dependency tree.

std default

Enables std of asimov-core and protoflow

all default = derive, serde, tracing, yaml
derive all

Enables protoflow

serde all yaml?

Enables serde, serde of asimov-core and protoflow

tokio

Enables tokio of protoflow

tracing all

Enables tracing and tracing of protoflow

protoflow:

FIXME

unstable

Enables unstable of asimov-core

yaml all = serde

Enables serde_yml ^0.0.11

asimov-flow has 9 features without comments.