xmpp-rs/Cargo.toml

30 lines
742 B
TOML
Raw Normal View History

2017-04-18 19:44:36 +00:00
[package]
name = "xmpp-parsers"
2018-09-20 19:20:18 +00:00
version = "0.11.1"
authors = [
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
"Maxime “pep” Buquet <pep+code@bouah.net>",
]
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"
2017-05-06 20:54:12 +00:00
keywords = ["xmpp", "xml"]
2017-04-29 20:41:18 +00:00
categories = ["parsing", "network-programming"]
2017-04-29 21:14:34 +00:00
license = "MPL-2.0"
2017-04-18 19:44:36 +00:00
[dependencies]
2018-07-31 20:38:13 +00:00
minidom = "0.9.1"
jid = { version = "0.5.2", features = ["minidom"] }
base64 = "0.9.2"
digest = "0.7.5"
sha-1 = "0.7.0"
2018-07-31 20:38:13 +00:00
sha2 = "0.7.1"
sha3 = "0.7.3"
blake2 = "0.7.1"
chrono = "0.4.5"
try_from = "0.2.2"
[features]
# Build xmpp-parsers to make components instead of clients.
component = []