xmpp-rs/Cargo.toml

21 lines
346 B
TOML
Raw Normal View History

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