Gelbpunkt / tokio-websockets

High performance, strict, tokio-util based websockets implementation
MIT License
62 stars 11 forks source link

Fix dev-dependencies #11

Closed Gelbpunkt closed 1 year ago

Gelbpunkt commented 1 year ago

Instead of pulling in all of them unconditionally, we should:

  1. Not depend on tungstenite, just clone and build their repo in the CI (done)
  2. Use required-features for each example
  3. Probably reconsider the use of parking_lot since the std switch to futexes (done)