2014-09-10 22:23:09 +02:00
|
|
|
[package]
|
|
|
|
|
|
|
|
name = "irc"
|
2014-11-30 07:29:38 +01:00
|
|
|
version = "0.3.0"
|
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"]
|
|
|
|
documentation = "http://www.rust-ci.org/aaronweiss74/irc/doc/irc/"
|
|
|
|
repository = "https://github.com/aaronweiss74/irc"
|
|
|
|
readme = "README.md"
|
2014-11-08 23:35:19 +01:00
|
|
|
|
|
|
|
[features]
|
|
|
|
|
|
|
|
ssl = ["openssl"]
|
|
|
|
|
2014-11-30 07:29:38 +01:00
|
|
|
[dependencies.encoding]
|
|
|
|
|
|
|
|
encoding = "~0.2.4"
|
|
|
|
|
2014-11-08 23:35:19 +01:00
|
|
|
[dependencies.openssl]
|
|
|
|
|
2014-11-28 22:47:29 +01:00
|
|
|
openssl = "~0.2.0"
|
2014-11-08 23:35:19 +01:00
|
|
|
optional = true
|