xmpp-rs/Cargo.toml
Emmanuel Gil Peyrot 1f43cd934b Use TryFrom from the try_from crate, instead of the unstable feature.
This makes xmpp-parsers usable on stable.
2017-07-20 20:03:15 +01:00

25 lines
616 B
TOML

[package]
name = "xmpp-parsers"
version = "0.6.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.4.3"
jid = "0.2.0"
base64 = "0.6.0"
digest = "0.6.0"
sha-1 = "0.4.0"
sha2 = "0.6.0"
sha3 = "0.6.0"
blake2 = "0.6.0"
chrono = "0.4.0"
try_from = "0.2.2"