[package] name = "sendxmpp" version = "0.1.0" authors = ["moparisthebest "] description = "Send XMPP messages from the command line." repository = "https://code.moparisthebest.com/moparisthebest/sendxmpp-rs" keywords = ["xmpp"] license = "GPL-3.0+" readme = "README.md" edition = "2018" [dependencies] 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" tokio-xmpp = "0.2.3" futures = "0.1" tokio = "0.1" xmpp-parsers = "0.12.2"