Cargo Features

[dependencies]
axum-insights = { version = "0.6.2", default-features = false, features = ["reqwest-client"] }
default = reqwest-client

The reqwest-client feature is set by default whenever axum-insights is added without default-features = false somewhere in the dependency tree.

reqwest-client default

Enables reqwest, reqwest-client of opentelemetry-application-insights

Affects axum-insights::AppInsights