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
somewhere in the dependency tree.default-features = false - 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