Does canister rust code support `tokio = { version = "1.35.1", features = ["full"] }`?

From the tokio docs:


Tokio has some limited support for the WASM platform. Without the tokio_unstable flag, the following features are supported:
- sync
- macros
- io-util
- rt
- time
Enabling any other feature (including full) will cause a compilation failure.
4 Likes