Cargo Features

ferrishot_iced_futures has no features set by default.

[dependencies]
ferrishot_iced_futures = { version = "0.14.1", features = ["thread-pool", "smol", "tokio"] }
thread-pool

Enables thread-pool of futures

Affects native::thread_pool

Features from optional dependencies

smol not wasm32 implicit feature

Enables smol

smol:

A small and fast async runtime

Affects native::smol

tokio not wasm32 implicit feature

Enables tokio

tokio:

An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications

Affects native::tokio