xmpp-rs/Cargo.toml

19 lines
509 B
TOML
Raw Normal View History

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