0ec0f3413e
This also fixes a bug where show and status were inverted while creating the presence element.
20 lines
333 B
TOML
20 lines
333 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"
|
|
xmpp-parsers = "0.6.0"
|