Cargo Features

[dependencies]
starbase = { version = "0.7.2", default-features = false, features = ["tracing"] }
default = tracing

The tracing feature is set by default whenever starbase is added without default-features = false somewhere in the dependency tree.

tracing default

Enables tracing, tracing-chrome, tracing-log, and tracing-subscriber

Affects starbase::tracing