xmpp-rs/Cargo.toml
2017-05-21 16:44:35 +01:00

19 lines
509 B
TOML

[package]
name = "xmpp-parsers"
version = "0.2.0"
authors = ["Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"]
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", "xml"]
categories = ["parsing", "network-programming"]
license = "MPL-2.0"
[dependencies]
minidom = "0.3.1"
jid = "0.2.0"
base64 = "0.5.0"
digest = "0.5.0"
sha2 = "0.5.0"
sha3 = "0.5.0"
blake2 = "0.5.0"