xmpp-rs/Cargo.toml

24 lines
623 B
TOML
Raw Normal View History

2017-02-27 15:35:57 +01:00
[package]
name = "jid"
version = "0.6.0"
2017-12-27 16:42:07 +01:00
authors = [
"lumi <lumi@pew.im>",
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
"Maxime “pep” Buquet <pep@bouah.net>",
]
2017-02-27 16:42:09 +01:00
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"
2017-02-27 16:42:09 +01:00
documentation = "https://docs.rs/jid"
readme = "README.md"
keywords = ["xmpp", "jid"]
license = "LGPL-3.0+"
2018-12-18 16:38:14 +01:00
edition = "2018"
2017-02-27 16:42:09 +01:00
[badges]
gitlab = { repository = "xmpp-rs/jid-rs" }
2017-02-27 15:35:57 +01:00
[dependencies]
2018-03-01 16:25:59 +01:00
failure = "0.1.1"
failure_derive = "0.1.1"
2018-12-18 16:35:08 +01:00
minidom = { version = "0.10", optional = true }