[package] name = "jid" version = "0.9.4" authors = [ "lumi ", "Emmanuel Gil Peyrot ", "Maxime “pep” Buquet ", ] description = "A crate which provides a Jid struct for Jabber IDs." homepage = "https://gitlab.com/xmpp-rs/xmpp-rs" repository = "https://gitlab.com/xmpp-rs/xmpp-rs" documentation = "https://docs.rs/jid" readme = "README.md" keywords = ["xmpp", "jid"] license = "MPL-2.0" edition = "2018" [badges] gitlab = { repository = "xmpp-rs/xmpp-rs" } [dependencies] memchr = "2.5" minidom = { version = "0.15", optional = true } serde = { version = "1.0", features = ["derive"], optional = true } stringprep = "0.1.3"