Cargo Features

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

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

std default

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

Affects env::home_dir, env::config_dir

all default = tracing
serde default

Enables serde, serde of protoflow-core

tracing all

Enables tracing of protoflow-core

unstable