tokio-xmpp: Add 'component' feature
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
dc842c44d1
commit
bbaa832417
1 changed files with 1 additions and 0 deletions
|
@ -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)'] }
|
||||
|
|
Loading…
Reference in a new issue