gateway_mm/Cargo.toml

27 lines
721 B
TOML

[package]
name = "gateway_mm"
version = "0.1.0"
authors = ["Maxime “pep” Buquet <pep@bouah.net>"]
license = "AGPL-3.0-or-later"
edition = "2021"
categories = ["gateway", "bridge", "transport", "modemmanager", "xmpp", "jabber"]
[dependencies]
async-trait = "0.1.56"
mmdbus = "1.18.6"
dbus-tokio = "0.7.5"
tokio = { version = "1.19.2", features = [ "time", "macros", "rt-multi-thread" ] }
futures = "0.3"
futures-util = "0.3"
xmpp = "0.3"
xmpp-parsers = "0.19"
log = "0.4"
env_logger = "0.8"
[patch.crates-io]
jid = { path = "../xmpp-rs/jid" }
minidom = { path = "../xmpp-rs/minidom" }
tokio-xmpp = { path = "../xmpp-rs/tokio-xmpp" }
xmpp = { path = "../xmpp-rs/xmpp" }
xmpp-parsers = { path = "../xmpp-rs/parsers" }