Cargo Features

[dependencies]
dummyhttp = { version = "1.0.3", default-features = false, features = ["tls"] }
default = tls

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

tls default

This feature allows us to use rustls only on architectures supported by ring. See also https://github.com/briansmith/ring/issues/1182 and https://github.com/briansmith/ring/issues/562 and https://github.com/briansmith/ring/issues/1367

Enables tls-rustls of axum-server ^0.4

Affects args::Args.tls_cert, args::Args.tls_key