Cargo Features

[dependencies]
asimov-sdk = { version = "24.0.0-dev.16", default-features = false, features = ["std", "all", "derive", "tokio", "tracing", "unstable", "web"] }
default = all, std

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

std default

Enables std of asimov-sys and protoflow, std of optional tracing and full of optional tokio

tokio:

enable everything

all default = derive, tracing
derive all

Enables protoflow

tokio

Enables tokio, tokio of protoflow

tracing all

Enables tracing and tracing of protoflow

protoflow:

FIXME

unstable
web

Enables web of protoflow

asimov-sdk has 8 features without comments.