Cargo Features

[dependencies]
asimov-core = { version = "24.0.0-dev.17", default-features = false, features = ["std", "all", "tracing", "unstable"] }
default = all, std

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

std default

Enables std of asimov-sys, dogma, and protoflow-core

all default = tracing
tracing all

Enables tracing of protoflow-core

unstable

asimov-core has 5 features without comments.