Cargo Features
[dependencies]
shuttle-api-client = { version = "0.49.0", default-features = false, features = ["tracing"] }
- default = tracing
-
The
tracing
feature is set by default whenevershuttle-api-client
is added without
somewhere in the dependency tree.default-features = false - tracing default
-
Enables task-local-extensions and tracing
ShuttleApiClient has 2 features without comments.