xmpp-rs/Cargo.toml

24 lines
381 B
TOML
Raw Normal View History

2017-06-01 22:42:57 +00:00
[package]
name = "tokio-xmpp"
version = "0.1.0"
authors = ["Astro <astro@spaceboyz.net>"]
[dependencies]
2017-06-02 23:58:31 +00:00
futures = "*"
2017-07-13 00:56:02 +00:00
tokio-core = "0.1.7"
2017-06-04 00:05:08 +00:00
tokio-io = "*"
bytes = "0.4.4"
xml5ever = "*"
tendril = "*"
2017-08-14 01:56:08 +00:00
minidom = "0.6.0"
2017-06-06 00:03:38 +00:00
native-tls = "*"
tokio-tls = "*"
2017-06-05 23:29:20 +00:00
sasl = "*"
rustc-serialize = "*"
2017-06-13 23:55:56 +00:00
jid = "*"
2017-07-13 00:56:02 +00:00
domain = "0.2.1"
xmpp-parsers = "0.7.0"
2017-07-20 22:39:29 +00:00
idna = "*"
2017-07-22 00:59:51 +00:00
try_from = "0.2.2"
sha-1 = "0.4.1"