17 lines
276 B
TOML
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"
|