tokio-xmpp: Add 'component' feature
Some checks failed
Build / lint (push) Has been cancelled
Build / test-stable (push) Has been cancelled
Build / test-nightly (push) Has been cancelled

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2024-11-09 17:36:11 +01:00
parent dc842c44d1
commit bbaa832417
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -59,6 +59,7 @@ syntax-highlighting = ["syntect"]
serde = [ "xmpp-parsers/serde" ]
# Required by starttls, and used by insecure-tcp by default
dns = [ "hickory-resolver", "idna" ]
component = ["xmpp-parsers/component", "insecure-tcp"]
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(xmpprs_doc_build)'] }