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
somewhere in the dependency tree.default-features = false - std default
-
Enables std of asimov-core and protoflow =0.4.1
- all default = derive, serde, tracing, yaml
- derive all
-
Enables protoflow =0.4.1
- serde all yaml?
-
Enables serde, serde of asimov-core and protoflow =0.4.1
- tokio
-
Enables tokio of protoflow =0.4.1
- tracing all
-
Enables tracing and tracing of protoflow =0.4.1
protoflow:
FIXME
- unstable
-
Enables unstable of asimov-core
- yaml all = serde
-
Enables serde_yml ^0.0.11
asimov-flow has 9 features without comments.