24 lines
511 B
TOML
24 lines
511 B
TOML
[package]
|
|
|
|
name = "irc"
|
|
version = "0.11.6"
|
|
description = "A simple, thread-safe IRC client library."
|
|
authors = ["Aaron Weiss <aaronweiss74@gmail.com>"]
|
|
license = "CC0-1.0"
|
|
keywords = ["irc", "client", "thread-safe"]
|
|
documentation = "http://aatxe.github.io/irc/irc/"
|
|
repository = "https://github.com/aatxe/irc"
|
|
readme = "README.md"
|
|
|
|
[features]
|
|
|
|
default = ["ctcp"]
|
|
ctcp = []
|
|
nochanlists = []
|
|
|
|
[dependencies]
|
|
rustc-serialize = "0.3.0"
|
|
time = "0.1.0"
|
|
encoding = "0.2.0"
|
|
tokio-core = "0.1.3"
|
|
tokio-service = "0.1.0"
|