xmpp-rs/Cargo.toml
2017-04-29 22:14:34 +01:00

20 lines
527 B
TOML

[package]
name = "xmpp-parsers"
version = "0.1.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"]
categories = ["parsing", "network-programming"]
license = "MPL-2.0"
license-file = "LICENSE"
[dependencies]
minidom = "0.2.0"
jid = "0.2.0"
base64 = "0.5.0"
digest = "0.5.0"
sha2 = "0.5.0"
sha3 = "0.5.0"
blake2 = "0.5.0"