rustls / webpki-roots

CA certificates for use with webpki
Apache License 2.0
89 stars 47 forks source link

Disable the default features of rustls #83

Closed IvanUkhov closed 3 weeks ago

IvanUkhov commented 3 weeks ago

Many other crates in the ecosystem disable what rustls has enabled by default so as to leave this choice to the end user. Or is there reason to keep it that way?

cpu commented 3 weeks ago

Hi there,

The rustls dependency is a dev dependency - what bearing does its feature selection have on downstream crates?

(AFAICT it's only there to support this doc test)

IvanUkhov commented 3 weeks ago

Ah, I see it now. Jumped to conclusions. Sorry.

cpu commented 3 weeks ago

np :-)