[package] name = "irc" version = "0.8.6" description = "A simple, thread-safe IRC client library." authors = ["Aaron Weiss "] license = "Unlicense" keywords = ["irc", "client", "thread-safe"] documentation = "http://aatxe.github.io/irc/irc/" repository = "https://github.com/aatxe/irc" readme = "README.md" [features] default = ["ctcp", "encode", "ssl"] ctcp = ["time"] encode = ["encoding"] ssl = ["openssl"] nochanlists = [] [dependencies.rustc-serialize] rustc-serialize = "~0.2.9" [dependencies.time] time = "~0.1.14" optional = true [dependencies.encoding] encoding = "~0.2.18" optional = true [dependencies.openssl] openssl = "~0.2.17" optional = true