xmpp-rs/Cargo.toml

16 lines
244 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 = "*"
tokio-core = "*"
2017-06-04 00:05:08 +00:00
tokio-io = "*"
bytes = "*"
2017-06-02 23:58:31 +00:00
RustyXML = "*"
2017-06-04 22:42:35 +00:00
rustls = "*"
tokio-rustls = "*"
2017-06-05 23:29:20 +00:00
sasl = "*"
rustc-serialize = "*"