2014-09-10 16:23:09 -04:00
|
|
|
[package]
|
|
|
|
|
|
|
|
name = "irc"
|
2016-12-18 16:28:02 -05:00
|
|
|
version = "0.11.6"
|
2014-11-08 14:14:23 -05:00
|
|
|
description = "A simple, thread-safe IRC client library."
|
2014-09-10 16:23:09 -04:00
|
|
|
authors = ["Aaron Weiss <aaronweiss74@gmail.com>"]
|
2015-02-19 10:59:20 -05:00
|
|
|
license = "CC0-1.0"
|
2014-11-08 14:14:23 -05:00
|
|
|
keywords = ["irc", "client", "thread-safe"]
|
2015-01-13 03:37:58 -05:00
|
|
|
documentation = "http://aatxe.github.io/irc/irc/"
|
2014-12-19 10:35:26 -05:00
|
|
|
repository = "https://github.com/aatxe/irc"
|
2014-11-08 14:14:23 -05:00
|
|
|
readme = "README.md"
|
2014-11-08 17:35:19 -05:00
|
|
|
|
|
|
|
[features]
|
|
|
|
|
2017-01-15 13:31:50 -05:00
|
|
|
default = ["ctcp"]
|
2016-01-16 11:18:11 -05:00
|
|
|
ctcp = []
|
2015-01-10 21:14:08 -08:00
|
|
|
nochanlists = []
|
2014-11-08 17:35:19 -05:00
|
|
|
|
2017-01-15 13:31:50 -05:00
|
|
|
[dependencies]
|
2017-01-15 17:48:49 -05:00
|
|
|
rustc-serialize = "0.3"
|
|
|
|
time = "0.1"
|
|
|
|
encoding = "0.2"
|
2017-01-15 18:08:03 -05:00
|
|
|
native-tls = "0.1"
|
2017-01-15 17:48:49 -05:00
|
|
|
tokio-core = "0.1"
|
|
|
|
tokio-service = "0.1"
|
|
|
|
tokio-tls = "0.1"
|