Cargo Features

[dependencies]
via = { version = "2.0.0-rc.31", default-features = false, features = ["fs", "http1", "http2", "rustls"] }
default = http1

The http1 feature is set by default whenever via is added without default-features = false somewhere in the dependency tree.

fs

Enables httpdate, fs of tokio

http1 default

Enables http1 of hyper

hyper:

HTTP versions

http2

Enables http2 of hyper

rustls

Enables tokio-rustls

Via has 5 features without comments.