sendxmpp-rs/Cargo.toml

29 lines
566 B
TOML
Raw Normal View History

2017-08-11 00:37:50 -04:00
[package]
2017-08-12 23:59:43 -04:00
name = "sendxmpp"
version = "1.0.1"
2017-08-11 00:37:50 -04:00
authors = ["moparisthebest <admin@moparisthebest.com>"]
2019-01-25 20:14:43 -05:00
description = "Send XMPP messages from the command line."
2019-01-25 20:14:43 -05:00
repository = "https://code.moparisthebest.com/moparisthebest/sendxmpp-rs"
keywords = ["xmpp"]
2017-08-12 23:59:43 -04:00
license = "GPL-3.0+"
readme = "README.md"
2017-08-11 00:37:50 -04:00
2019-01-25 21:56:50 -05:00
edition = "2018"
2019-01-31 22:14:35 -05:00
exclude = [ ".gitignore" ]
2017-08-11 00:37:50 -04:00
[dependencies]
2019-01-25 21:56:50 -05:00
toml = "0.4.10"
serde_derive = "1.0.85"
serde = "1.0.85"
gumdrop = "0.5.0"
gumdrop_derive = "0.5.0"
dirs = "1.0.4"
2020-11-28 02:37:40 -05:00
tokio-xmpp = "1.0.1"
2019-01-25 21:56:50 -05:00
futures = "0.1"
tokio = "0.1"
2020-11-28 02:37:40 -05:00
xmpp-parsers = "0.15"
die = "0.2.0"