tokio-xmpp: add option to disable xmpp_parsers validation
This commit is contained in:
parent
4316bb02a5
commit
628c2113d0
2 changed files with 3 additions and 0 deletions
|
|
@ -90,5 +90,7 @@ serde = [ "xmpp-parsers/serde" ]
|
|||
dns = [ "hickory-resolver", "idna" ]
|
||||
component = ["xmpp-parsers/component", "insecure-tcp"]
|
||||
|
||||
disable-validation = ["xmpp-parsers/disable-validation"]
|
||||
|
||||
[lints.rust]
|
||||
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(xmpprs_doc_build)'] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue