Cargo Features

mauth-client has no features set by default.

[dependencies]
mauth-client = { version = "0.5.0", features = ["axum-service", "tracing-otel-26", "tracing-otel-27"] }
axum-service = axum, bytes, futures-core, tower

Affects mauth-client::axum_service, mauth-client::validate_incoming

tracing-otel-26

Enables opentelemetry_0_26 of reqwest-tracing

tracing-otel-27

Enables opentelemetry_0_27 of reqwest-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.

reqwest-tracing tracing-otel-26? tracing-otel-27?
tower axum-service?

Enables tower ^0.4

axum axum-service?
futures-core axum-service?
bytes axum-service?