xmpp-rs/Cargo.toml
2017-07-18 21:22:12 +02:00

19 lines
310 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 = "0.4.4"
xml5ever = "*"
tendril = "*"
minidom = "0.5"
native-tls = "*"
tokio-tls = "*"
sasl = "*"
rustc-serialize = "*"
jid = "*"
domain = "0.2.1"