Cargo Features

[dependencies]
service_conventions = { version = "0.0.16", default-features = false, features = ["all", "tracing", "oidc"] }
default = oidc, tracing

These default features are set whenever service_conventions is added without default-features = false somewhere in the dependency tree.

all = oidc, tracing
tracing default all?

Enables opentelemetry ^0.22.0, opentelemetry-otlp ^0.15.0, opentelemetry-semantic-conventions ^0.14.0, opentelemetry_sdk ^0.22.1, tracing, tracing-opentelemetry ^0.23.0, and tracing-subscriber

Affects service_conventions::tracing

oidc default all?

Enables anyhow, async-trait, axum, axum-core, email_address, http, maud, once_cell, openidconnect, redacted, serde, serde_json, tower-cookies, and url

Affects service_conventions::oidc