xmpp-rs/Cargo.toml
2017-07-23 02:09:52 +02:00

23 lines
381 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.4.3"
native-tls = "*"
tokio-tls = "*"
sasl = "*"
rustc-serialize = "*"
jid = "*"
domain = "0.2.1"
xmpp-parsers = "0.6.0"
idna = "*"
try_from = "0.2.2"
sha-1 = "0.4.1"