housleyjk / ws-rs

Lightweight, event-driven WebSockets for Rust.
MIT License
1.46k stars 219 forks source link

SSL feature is not enabled. #339

Closed iso-algo closed 1 year ago

iso-algo commented 1 year ago

I've added the following to the dependencies, but i still get "SSL feature not enabled" when I run. I'm running on macOS Monterey v12.5. Any pointers on what I may be missing ?

[dependencies] env_logger = "0.8.4" url = "2.0.0" ws = { version = "0.9.2", features = ["ssl"]}

iso-algo commented 1 year ago

This is working now.