I'm trying to remove axum in the final dependency tree (and thus any binary that depends on opentelemetry) - fast/logforth#102
But it seems axum is always included.
IIUC opentelemetry-rust is only a client library that don't need such server-side dependency and I can see that our dependency to tonic is marked default-features = false.
Why do we still get a dependency to axum in the end?
cc @djc