xmpp-rs/Cargo.toml
2017-07-13 02:56:02 +02:00

17 lines
276 B
TOML

[package]
name = "tokio-xmpp"
version = "0.1.0"
authors = ["Astro <astro@spaceboyz.net>"]
[dependencies]
futures = "*"
tokio-core = "0.1.7"
tokio-io = "*"
bytes = "*"
RustyXML = "*"
native-tls = "*"
tokio-tls = "*"
sasl = "*"
rustc-serialize = "*"
jid = "*"
domain = "0.2.1"