snapview / tokio-tungstenite

Future-based Tungstenite for Tokio. Lightweight stream-based WebSocket implementation
MIT License
1.88k stars 236 forks source link

Specify default-features = false for rustls in Cargo.toml #331

Closed surban closed 5 months ago

surban commented 6 months ago

Currently tokio-tungstenite depends on rustls with default features enabled. This is problematic since it stops downstream users from disabling rustls default features.

Therefore tokio-tungstenite should use rustls with default-features = false.