Cargo.toml

 1[package]
 2name = "xmpp-parsers"
 3version = "0.1.0"
 4authors = ["Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"]
 5description = "Collection of parsers and serialisers for XMPP extensions"
 6homepage = "https://hg.linkmauve.fr/xmpp-parsers"
 7repository = "https://hg.linkmauve.fr/xmpp-parsers"
 8keywords = ["xmpp"]
 9categories = ["parsing", "network-programming"]
10license = "MPL-2.0"
11license-file = "LICENSE"
12
13[dependencies]
14minidom = "0.2.0"
15jid = "0.2.0"
16base64 = "0.5.0"
17digest = "0.5.0"
18sha2 = "0.5.0"
19sha3 = "0.5.0"
20blake2 = "0.5.0"