jid 0.4.0

A crate which provides a Jid struct for Jabber IDs.
Documentation
[package]
name = "jid"
version = "0.4.0"
authors = [
  "lumi <lumi@pew.im>",
  "Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
  "Maxime “pep” Buquet <pep@bouah.net>",
]
description = "A crate which provides a Jid struct for Jabber IDs."
homepage = "https://gitlab.com/xmpp-rs/jid-rs"
repository = "https://gitlab.com/xmpp-rs/jid-rs"
documentation = "https://docs.rs/jid"
readme = "README.md"
keywords = ["xmpp", "jid"]
license = "LGPL-3.0+"

[badges]
gitlab = { repository = "xmpp-rs/jid-rs" }

[dependencies]
minidom = { version = "0.7", optional = true }