Cargo Features

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

[dependencies]
qcs-api-client-grpc = { version = "0.7.14", features = ["server", "regen", "grpc-web", "otel-tracing", "tracing-opentelemetry", "tracing", "tracing-config"] }
server

Affects services.controller::controller_server, services.translation::translation_server

regen
grpc-web

Can be used to provide HTTP/1.1 support.

Enables tonic-web

otel-tracing = tracing-opentelemetry

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

tracing-opentelemetry otel-tracing? = tracing-config

Enables opentelemetry ^0.20.0, opentelemetry-http ^0.9.0, and opentelemetry_api

opentelemetry:

These have to be kept in sync with tracing-opentelemetry (dev-dependency)

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

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?