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, opentelemetry-otlp, opentelemetry-semantic-conventions, opentelemetry_sdk, tracing, tracing-opentelemetry, 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