[package] name = "xmpp-parsers" version = "0.19.2" authors = [ "Emmanuel Gil Peyrot ", "Maxime “pep” Buquet ", ] description = "Collection of parsers and serialisers for XMPP extensions" homepage = "https://gitlab.com/xmpp-rs/xmpp-rs" repository = "https://gitlab.com/xmpp-rs/xmpp-rs" keywords = ["xmpp", "jabber", "xml"] categories = ["parsing", "network-programming"] license = "MPL-2.0" edition = "2018" [dependencies] minidom = "0.15" jid = { version = "0.9", features = ["minidom"] } base64 = "0.21" digest = "0.10" sha1 = "0.10" sha2 = "0.10" sha3 = "0.10" blake2 = "0.10.4" chrono = { version = "0.4.5", default-features = false, features = ["std"] } [features] # Build xmpp-parsers to make components instead of clients. component = [] # Disable validation of unknown attributes. disable-validation = [] [package.metadata.docs.rs] rustdoc-args = [ "--sort-modules-by-appearance", "-Zunstable-options" ]