xmpp-rs/Cargo.toml
2017-08-20 17:20:09 +02:00

17 lines
503 B
TOML

[package]
name = "jid"
version = "0.2.4"
authors = ["lumi <lumi@pew.im>", "Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"]
description = "A crate which provides a Jid struct for Jabber IDs."
homepage = "https://gitlab.com/lumi/jid-rs"
repository = "https://gitlab.com/lumi/jid-rs"
documentation = "https://docs.rs/jid"
readme = "README.md"
keywords = ["xmpp", "jid"]
license = "LGPL-3.0+"
[badges]
gitlab = { repository = "lumi/jid-rs" }
[dependencies]
minidom = { version = "0.6.0", optional = true }