polyphony-chat / chorus

A Rust library for interacting with multiple Polyphony- and Spacebar-Compatible instances at once.
https://crates.io/crates/chorus
Mozilla Public License 2.0
16 stars 7 forks source link

Feature lock `openssl` and `rustls` #429

Open bitfl0wer opened 11 months ago

bitfl0wer commented 11 months ago

Chorus currently uses openssl as a direct dependency (i think for tokio-tungstenite). i am pretty certain that tungstenite also allows for switching to rustls for a ssl lib, and we should probably pass this choice on to the users of this library by feature locking openssl and rustls