Cargo Features

[dependencies]
naja_async_runtime = { version = "0.5.0-deprecated.1", default-features = false, features = ["async_std", "bindgen", "juliex", "localpool", "notwasm", "threadpool", "tokio_ct", "external_doc"] }
default = notwasm

The notwasm feature is set by default whenever naja_async_runtime is added without default-features = false somewhere in the dependency tree.

async_std = async_std_crate

Affects executor::async_std

bindgen = wasm-bindgen-futures
juliex = juliex_crate
localpool

Affects executor::localpool

notwasm default
threadpool

Enables thread-pool of futures

tokio_ct = tokio

Affects executor::tokio_ct

external_doc

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

async_std_crate async_std?

Enables async-std

juliex_crate juliex?

Enables juliex

tokio tokio_ct?

Enables tokio ^0.2.0-alpha

wasm-bindgen-futures bindgen?