xmpp-rs/tokio-xmpp/Cargo.toml
2020-08-03 15:54:44 +00:00

30 lines
915 B
TOML

[package]
name = "tokio-xmpp"
version = "2.0.0"
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.5"
futures = "0.3"
idna = "0.2"
log = "0.4"
native-tls = "0.2"
sasl = "0.4"
tokio = { version = "0.2", features = ["net", "stream", "rt-util", "rt-threaded", "macros"] }
tokio-util = { version = "0.3", features = ["codec"] }
tokio-tls = "0.3"
trust-dns-resolver = "0.19"
trust-dns-proto = "0.19"
xml5ever = "0.16"
xmpp-parsers = "0.17"
[features]
serde = ["xmpp-parsers/serde"]