Cargo Features

[dependencies]
salvo-proxy = { version = "0.67.1", default-features = false, features = ["full", "ring", "hyper-client", "reqwest-client"] }
default = hyper-client, ring

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

full = hyper-client, reqwest-client, ring
ring default full?

Enables hyper-rustls

hyper-client default full?

Enables hyper-rustls and hyper-util

reqwest-client full?

Enables reqwest

salvo-proxy has 5 features without comments.