xmpp-rs/Cargo.toml

27 lines
593 B
TOML
Raw Normal View History

2017-02-18 22:16:20 +01:00
[package]
name = "xmpp"
2017-02-27 15:01:51 +01:00
version = "0.2.0"
2017-02-18 22:16:20 +01:00
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+"
2017-02-18 22:16:20 +01:00
[badges]
gitlab = { repository = "lumi/xmpp-rs" }
[dependencies]
xml-rs = "0.3.6"
openssl = "0.9.7"
2017-04-30 02:04:11 +01:00
base64 = "0.5.2"
2017-04-30 17:44:07 +01:00
minidom = "0.2.0"
2017-04-30 17:51:44 +01:00
jid = "0.2.0"
sasl = "0.3.0"
sha-1 = "0.3.2"
[features]
insecure = []