Cargo Features

[dependencies]
hyper-sync-rustls = { version = "0.3.0-rc.17", default-features = false, features = ["client", "server"] }
default = client, server

These default features are set whenever hyper-sync-rustls is added without default-features = false somewhere in the dependency tree.

client default = webpki, webpki-roots

Affects hyper-sync-rustls::TlsClient

server default

Affects hyper-sync-rustls::TlsServer

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

webpki-roots client

Enables webpki-roots ^0.19

webpki client

Enables webpki ^0.21