Cargo Features

Runtimelib has no features set by default.

[dependencies]
runtimelib = { version = "0.24.0", features = ["async-dispatcher-runtime", "tokio-runtime"] }
async-dispatcher-runtime = async-dispatcher, async-std, smol

Enables async-dispatcher-runtime of zeromq

Affects dirs::ask_jupyter, runtimelib::connection

tokio-runtime = tokio

Enables tokio-runtime of zeromq

Affects kernelspec::list_kernelspecs, kernelspec::list_kernelspec_names_at, kernelspec::read_kernelspec_jsons, dirs::ask_jupyter, runtimelib::connection

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.

smol async-dispatcher-runtime?

Enables smol ^1.2

async-dispatcher async-dispatcher-runtime?
async-std async-dispatcher-runtime?
tokio tokio-runtime?