Cargo Features

qcs-api-client-openapi has no features set by default.

[dependencies]
qcs-api-client-openapi = { version = "0.8.13", features = ["otel-tracing", "tracing", "tracing-config", "tracing-opentelemetry"] }
otel-tracing = tracing-opentelemetry

The old name of the tracing-opentelemetry feature, here for backwards compatibility

Affects configuration::Configuration.client

tracing tracing-config? = urlpattern

Enables tracing, tracing of qcs-api-client-common

tracing-config tracing-opentelemetry? = tracing

Enables tracing-config of qcs-api-client-common

tracing-opentelemetry otel-tracing? = tracing-config

Enables anyhow, reqwest-middleware ^0.2.0, reqwest-tracing ^0.4.6, and task-local-extensions

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.

urlpattern tracing?