Cargo Features
[dependencies]
opentelemetry-stackdriver = { version = "0.29.0", default-features = false, features = ["gcp-authorizer", "tls-ring", "tls-native-roots", "tls-webpki-roots", "propagator", "internal-logs"] }
- default = gcp-authorizer, internal-logs, tls-native-roots
-
These default features are set whenever
opentelemetry-stackdriveris added withoutsomewhere in the dependency tree.default-features = false -
Enables gcp_auth
Affects
opentelemetry-stackdriver::GcpAuthorizer… - tls-ring
-
Enables tls-ring of tonic ^0.13
- tls-native-roots default
-
Enables tls-native-roots of tonic ^0.13
- tls-webpki-roots
-
Enables tls-webpki-roots of tonic ^0.13
- propagator
-
Affects
opentelemetry-stackdriver::google_trace_context_propagator… - internal-logs default = tracing
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.