Cargo Features

[dependencies]
asimov-sdk = { version = "24.0.0-dev.22", default-features = false, features = ["std", "all", "derive", "serde", "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-core, asimov-sys, and protoflow =0.4.1, std of optional tracing and full of optional tokio

tokio:

enable everything

all default = derive, serde, tracing
derive all

Enables protoflow =0.4.1

serde all

Enables serde of asimov-core and protoflow =0.4.1

tokio

Enables tokio, 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 and asimov-sys

web

Enables web of protoflow =0.4.1

asimov-sdk has 9 features without comments.