housleyjk / ws-rs

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

SSL feature is not enabled. #339

Closed iso-algo closed 2 years ago

iso-algo commented 2 years 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 2 years ago

This is working now.