Skip to content

Why axum always in dependency tree? #2665

@tisonkun

Description

@tisonkun

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions