Hi,
Is there any plan to support the async-std runtime in the MongoDB Rust driver, similar to how it currently supports tokio?
The driver currently seems to depend on tokio for async I/O and runtime features, which makes it incompatible with async-std out of the box. I'm wondering if multi-runtime support (or async-std as an option) is on the roadmap.
Thanks!