inre / rust-mq

RustMQ is the MQTT client written on pure Rust.
MIT License
190 stars 28 forks source link

Fix mqttc/netops compilation without openssl #20

Closed klefevre closed 6 years ago

klefevre commented 7 years ago

Hello,

It wasn't impossible to compile mqttc without openssl and after trying to compile it with netopt in no-default-features it appeared that netopt didn't compile either without openssl. So I fixed the netopt crate and add the possibility to mqttc to compile in no-default-features.

I did not manage to make the rustmq package compilable without openssl as it has it as a direct dependency but at least we can now use mqttc and netopts are compilable now.