2017-02-27 14:35:57 +00:00
|
|
|
[package]
|
|
|
|
name = "jid"
|
2018-02-18 20:38:07 +00:00
|
|
|
version = "0.5.0"
|
2017-12-27 15:42:07 +00:00
|
|
|
authors = [
|
|
|
|
"lumi <lumi@pew.im>",
|
|
|
|
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
|
|
|
"Maxime “pep” Buquet <pep@bouah.net>",
|
|
|
|
]
|
2017-02-27 15:42:09 +00:00
|
|
|
description = "A crate which provides a Jid struct for Jabber IDs."
|
2017-12-27 16:16:59 +00:00
|
|
|
homepage = "https://gitlab.com/xmpp-rs/jid-rs"
|
|
|
|
repository = "https://gitlab.com/xmpp-rs/jid-rs"
|
2017-02-27 15:42:09 +00:00
|
|
|
documentation = "https://docs.rs/jid"
|
|
|
|
readme = "README.md"
|
|
|
|
keywords = ["xmpp", "jid"]
|
|
|
|
license = "LGPL-3.0+"
|
|
|
|
|
|
|
|
[badges]
|
2017-12-27 16:16:59 +00:00
|
|
|
gitlab = { repository = "xmpp-rs/jid-rs" }
|
2017-02-27 14:35:57 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2018-02-18 20:37:01 +00:00
|
|
|
minidom = { version = "0.8.0", optional = true }
|