Cargo Features

[dependencies]
shuttle-runtime = { version = "0.44.0", default-features = false, features = ["setup-tracing"] }
default = setup-tracing

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

setup-tracing default = colored

Enables env-filter of tracing-subscriber

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

colored setup-tracing
tracing-subscriber setup-tracing