toml tokio-compat-02 = "0.1"
```rust use tokiocompat02::FutureExt;
// Run any tokio 02 future in any other runtime. mytokio02_future.compat().await ```