xmpp-rs/Cargo.toml
2017-04-30 17:51:44 +01:00

26 lines
577 B
TOML

[package]
name = "xmpp"
version = "0.2.0"
authors = ["lumi <lumi@pew.im>"]
description = "A type-safe rust XMPP library. Still under development."
homepage = "https://gitlab.com/lumi/xmpp-rs"
repository = "https://gitlab.com/lumi/xmpp-rs"
documentation = "https://docs.rs/xmpp"
readme = "README.md"
keywords = ["xmpp", "xml"]
categories = ["network-programming"]
license = "LGPL-3.0+"
[badges]
gitlab = { repository = "lumi/xmpp-rs" }
[dependencies]
xml-rs = "0.3.6"
openssl = "0.9.7"
base64 = "0.4.0"
minidom = "0.2.0"
jid = "0.2.0"
sasl = "0.3.0"
[features]
insecure = []