xmpp-rs/Cargo.toml

18 lines
464 B
TOML
Raw Normal View History

2019-03-21 17:41:29 +00:00
[package]
name = "xmpp"
version = "0.3.0"
authors = ["Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"]
2019-07-25 13:37:00 +00:00
description = "High-level XMPP library"
homepage = "https://gitlab.com/linkmauve/xmpp-rs"
repository = "https://gitlab.com/linkmauve/xmpp-rs"
keywords = ["xmpp", "jabber", "chat", "messaging", "bot"]
categories = ["network-programming"]
2019-07-25 13:36:45 +00:00
license = "MPL-2.0"
2019-03-21 17:41:29 +00:00
edition = "2018"
[dependencies]
tokio-xmpp = "1.0.1"
xmpp-parsers = "0.15"
2019-03-21 17:41:29 +00:00
futures = "0.1"
tokio = "0.1"