rust-irc/Cargo.toml

21 lines
447 B
TOML
Raw Normal View History

2014-09-10 16:23:09 -04:00
[package]
name = "irc"
2014-11-29 05:49:41 -05:00
version = "0.2.1"
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>"]
license = "Unlicense"
2014-11-08 14:14:23 -05: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"
[features]
ssl = ["openssl"]
[dependencies.openssl]
openssl = "~0.2.0"
optional = true