xmpp-rs/Cargo.toml

18 lines
503 B
TOML
Raw Normal View History

2017-02-27 14:35:57 +00:00
[package]
name = "jid"
2017-10-31 20:24:47 +00:00
version = "0.3.1"
authors = ["lumi <lumi@pew.im>", "Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"]
2017-02-27 15:42:09 +00:00
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" }
2017-02-27 14:35:57 +00:00
[dependencies]
2017-08-20 15:52:32 +00:00
minidom = { version = "0.6.1", optional = true }