27 lines
761 B
TOML
27 lines
761 B
TOML
[package]
|
|
name = "tokio-xmpp"
|
|
version = "1.0.1"
|
|
authors = ["Astro <astro@spaceboyz.net>", "Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>", "pep <pep+code@bouah.net>", "O01eg <o01eg@yandex.ru>"]
|
|
description = "Asynchronous XMPP for Rust with tokio"
|
|
license = "MPL-2.0"
|
|
homepage = "https://gitlab.com/xmpp-rs/xmpp-rs"
|
|
repository = "https://gitlab.com/xmpp-rs/xmpp-rs"
|
|
documentation = "https://docs.rs/tokio-xmpp"
|
|
categories = ["asynchronous", "network-programming"]
|
|
keywords = ["xmpp", "tokio"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
bytes = "0.4"
|
|
futures = "0.1"
|
|
idna = "0.2"
|
|
native-tls = "0.2"
|
|
sasl = "0.4"
|
|
tokio = "0.1"
|
|
tokio-codec = "0.1"
|
|
trust-dns-resolver = "0.12"
|
|
trust-dns-proto = "0.8"
|
|
tokio-io = "0.1"
|
|
tokio-tls = "0.2"
|
|
xml5ever = "0.15"
|
|
xmpp-parsers = "0.16"
|