2017-02-18 21:16:20 +00:00
|
|
|
[package]
|
|
|
|
name = "xmpp"
|
2017-02-27 14:01:51 +00:00
|
|
|
version = "0.2.0"
|
2017-05-27 19:27:44 +00:00
|
|
|
authors = ["lumi <lumi@pew.im>", "Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"]
|
2017-02-25 14:50:55 +00:00
|
|
|
description = "A type-safe rust XMPP library. Still under development."
|
|
|
|
homepage = "https://gitlab.com/lumi/xmpp-rs"
|
|
|
|
repository = "https://gitlab.com/lumi/xmpp-rs"
|
|
|
|
documentation = "https://docs.rs/xmpp"
|
|
|
|
readme = "README.md"
|
|
|
|
keywords = ["xmpp", "xml"]
|
|
|
|
categories = ["network-programming"]
|
|
|
|
license = "LGPL-3.0+"
|
2017-02-18 21:16:20 +00:00
|
|
|
|
2017-02-25 14:50:55 +00:00
|
|
|
[badges]
|
|
|
|
gitlab = { repository = "lumi/xmpp-rs" }
|
2017-02-19 20:00:59 +00:00
|
|
|
|
2017-02-25 14:50:55 +00:00
|
|
|
[dependencies]
|
2017-04-30 01:07:12 +00:00
|
|
|
xml-rs = "0.4.1"
|
2017-05-23 22:45:05 +00:00
|
|
|
xmpp-parsers = "0.3.0"
|
2017-05-23 22:40:28 +00:00
|
|
|
openssl = "0.9.12"
|
2017-04-30 01:04:11 +00:00
|
|
|
base64 = "0.5.2"
|
2017-05-23 22:40:28 +00:00
|
|
|
minidom = "0.4.1"
|
2017-05-27 21:24:11 +00:00
|
|
|
jid = "0.2.1"
|
2017-05-04 19:21:14 +00:00
|
|
|
sasl = "0.4.0"
|
2017-05-23 22:40:28 +00:00
|
|
|
sha-1 = "0.3.3"
|
2017-03-07 17:19:09 +00:00
|
|
|
|
|
|
|
[features]
|
|
|
|
insecure = []
|