quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.76k stars 380 forks source link

tls-rustls feature should imply ring #1311

Closed Ralith closed 2 years ago

Ralith commented 2 years ago

Enabling it pulls in [proto/]ring regardless, so it's unnecessary and confusing for Endpoint::client/server to be disabled under default-features = false, features = ["tls-rustls"].