xmpp-rs/Cargo.toml

29 lines
741 B
TOML

[package]
name = "xmpp-parsers"
version = "0.8.0"
authors = [
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
"Maxime “pep” Buquet <pep+code@bouah.net>",
]
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.6.2"
jid = { version = "0.3.1", features = ["minidom"] }
base64 = "0.7.0"
digest = "0.7.1"
sha-1 = "0.7.0"
sha2 = "0.7.0"
sha3 = "0.7.0"
blake2 = "0.7.0"
chrono = "0.4.0"
try_from = "0.2.2"
[features]
# Build xmpp-parsers to make components instead of clients.
component = []