2017-04-18 19:44:36 +00:00
|
|
|
[package]
|
|
|
|
name = "xmpp-parsers"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"]
|
2017-04-29 20:41:18 +00:00
|
|
|
description = "Collection of parsers and serialisers for XMPP extensions"
|
|
|
|
homepage = "https://hg.linkmauve.fr/xmpp-parsers"
|
|
|
|
repository = "https://hg.linkmauve.fr/xmpp-parsers"
|
|
|
|
keywords = ["xmpp"]
|
|
|
|
categories = ["parsing", "network-programming"]
|
2017-04-29 21:14:34 +00:00
|
|
|
license = "MPL-2.0"
|
|
|
|
license-file = "LICENSE"
|
2017-04-18 19:44:36 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2017-04-25 23:22:40 +00:00
|
|
|
minidom = "0.2.0"
|
2017-04-23 15:30:41 +00:00
|
|
|
jid = "0.2.0"
|
2017-04-27 17:33:02 +00:00
|
|
|
base64 = "0.5.0"
|
2017-04-23 18:28:03 +00:00
|
|
|
digest = "0.5.0"
|
2017-04-20 23:01:57 +00:00
|
|
|
sha2 = "0.5.0"
|
|
|
|
sha3 = "0.5.0"
|
|
|
|
blake2 = "0.5.0"
|