Cargo Features
[dependencies]
shuttle-runtime = { version = "0.49.0", default-features = false, features = ["api-client-tracing", "setup-tracing"] }
- default = setup-tracing
-
The
setup-tracing
feature is set by default whenevershuttle-runtime
is added without
somewhere in the dependency tree.default-features = false - api-client-tracing
-
Enables tracing of shuttle-api-client
- setup-tracing default
-
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.