xmpp-rs/jid-rs/Cargo.toml

23 lines
581 B
TOML
Raw Normal View History

2017-02-27 14:35:57 +00:00
[package]
name = "jid"
version = "0.8.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."
homepage = "https://gitlab.com/xmpp-rs/xmpp-rs"
repository = "https://gitlab.com/xmpp-rs/xmpp-rs"
2017-02-27 15:42:09 +00:00
documentation = "https://docs.rs/jid"
readme = "README.md"
keywords = ["xmpp", "jid"]
2019-06-10 21:09:20 +00:00
license = "MPL-2.0"
2018-12-18 15:38:14 +00:00
edition = "2018"
2017-02-27 15:42:09 +00:00
[badges]
gitlab = { repository = "xmpp-rs/xmpp-rs" }
2017-02-27 14:35:57 +00:00
[dependencies]
minidom = { version = "0.11", optional = true }