aatxe / irc

the irc crate – usable, async IRC for Rust
Mozilla Public License 2.0
530 stars 97 forks source link

How can I build without SSL support? #70

Closed danielniccoli closed 7 years ago

danielniccoli commented 7 years ago

I am banging my head against a wall to get cargo to build openssl on Windows and I've had enough. How can I simply build without SSL support?

danielniccoli commented 7 years ago

By adding this to the Cargo.toml

[dependencies.irc]
version = "0.11.0"
default-features = false
features =  ["ctcp", "encode"]