[package] name = "irc" version = "0.5.8" description = "A simple, thread-safe IRC client library." authors = ["Aaron Weiss "] license = "Unlicense" keywords = ["irc", "client", "thread-safe"] documentation = "http://www.rust-ci.org/aatxe/irc/doc/irc/" repository = "https://github.com/aatxe/irc" readme = "README.md" [features] encode = ["encoding"] ssl = ["openssl"] [dependencies.encoding] encoding = "~0.2.8" optional = true [dependencies.openssl] openssl = "~0.2.6" optional = true