hickory-dns
hickory-dns copied to clipboard
Maybe `async_trait` is not needed when feature `tokio-runtime` is disabled.
https://github.com/bluejekyll/trust-dns/blob/main/crates/proto/src/lib.rs#L209-#L220
Would be good to make the dependency optional where possible. Would you mind submitting a PR?
It is difficult for me to help with PR. I post this issue because I run cargo tree
after tokio-runtime
disabled.
What's your use case? Are you using another runtime, or do you want to use trust-dns synchronously?
Sorry for the late reply, I only need the basic functions, which is the synchronization you said.