xmpp-rs/Cargo.toml

19 lines
310 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 = "*"
2017-07-18 21:22:12 +02:00
minidom = "0.5"
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"