2014-09-10 22:23:09 +02:00
|
|
|
[package]
|
|
|
|
|
|
|
|
name = "irc"
|
2014-12-17 07:31:24 +01:00
|
|
|
version = "0.5.7"
|
2014-11-08 20:14:23 +01:00
|
|
|
description = "A simple, thread-safe IRC client library."
|
2014-09-10 22:23:09 +02:00
|
|
|
authors = ["Aaron Weiss <aaronweiss74@gmail.com>"]
|
2014-11-21 21:01:41 +01:00
|
|
|
license = "Unlicense"
|
2014-11-08 20:14:23 +01:00
|
|
|
keywords = ["irc", "client", "thread-safe"]
|
2014-12-19 16:35:26 +01:00
|
|
|
documentation = "http://aatxe.github.io/irc/irc/"
|
|
|
|
repository = "https://github.com/aatxe/irc"
|
2014-11-08 20:14:23 +01:00
|
|
|
readme = "README.md"
|
2014-11-08 23:35:19 +01:00
|
|
|
|
|
|
|
[features]
|
|
|
|
|
2014-11-30 09:30:10 +01:00
|
|
|
encode = ["encoding"]
|
2014-11-08 23:35:19 +01:00
|
|
|
ssl = ["openssl"]
|
|
|
|
|
2014-11-30 07:29:38 +01:00
|
|
|
[dependencies.encoding]
|
|
|
|
|
2014-12-12 21:17:41 +01:00
|
|
|
encoding = "~0.2.6"
|
2014-11-30 09:30:10 +01:00
|
|
|
optional = true
|
2014-11-30 07:29:38 +01:00
|
|
|
|
2014-11-08 23:35:19 +01:00
|
|
|
[dependencies.openssl]
|
|
|
|
|
2014-12-16 08:16:35 +01:00
|
|
|
openssl = "~0.2.4"
|
2014-11-08 23:35:19 +01:00
|
|
|
optional = true
|