xmpp-rs/Cargo.toml

16 lines
255 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 = "*"
tokio-core = "*"
2017-06-04 02:05:08 +02:00
tokio-io = "*"
bytes = "*"
2017-06-03 01:58:31 +02:00
RustyXML = "*"
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 = "*"