Cargo.toml

 1[package]
 2name = "tokio-xmpp"
 3version = "0.1.0"
 4authors = ["Astro <astro@spaceboyz.net>"]
 5
 6[dependencies]
 7futures = "*"
 8tokio-core = "0.1.7"
 9tokio-io = "*"
10bytes = "0.4.4"
11xml5ever = "*"
12tendril = "*"
13minidom = "0.4.3"
14native-tls = "*"
15tokio-tls = "*"
16sasl = "*"
17rustc-serialize = "*"
18jid = "*"
19domain = "0.2.1"
20xmpp-parsers = "0.6.0"
21idna = "*"
22try_from = "0.2.2"
23sha-1 = "0.4.1"