Cargo Features

[dependencies]
asimov-server = { version = "25.0.0-dev.5", default-features = false, features = ["std", "all", "tracing", "unstable"] }
default = all, std

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

std default

Enables std of clientele, dogma, and optional tracing

all default = tracing
tracing all

Enables tracing

unstable

asimov-server has 5 features without comments.