[package] name = "irc" version = "0.0.1" description = "A simple, thread-safe IRC client library." authors = ["Aaron Weiss "] license = "Public Domain" keywords = ["irc", "client", "thread-safe"] documentation = "http://www.rust-ci.org/aaronweiss74/irc/doc/irc/" repository = "https://github.com/aaronweiss74/irc" readme = "README.md" [features] ssl = ["openssl"] [dependencies.openssl] git = "https://github.com/sfackler/rust-openssl.git" optional = true