Cargo Features

[dependencies]
axum-proxied = { version = "0.2.0", default-features = false, features = ["http1", "http2", "tracing"] }
default = http1, tracing

These default features are set whenever axum-proxied is added without default-features = false somewhere in the dependency tree.

http1 default

Enables http1 of axum

http2

Enables http2 of axum

tracing default

Enables tracing, tracing of axum and tokio

axum-proxied has 4 features without comments.