Cargo Features
RuntimeLib has no features set by default.
[dependencies]
runtimelib = { version = "0.21.0", features = ["async-dispatcher-runtime", "tokio-runtime"] }
- async-dispatcher-runtime = async-dispatcher, async-std, smol
-
Enables async-dispatcher-runtime of zeromq
Affects
client::create_kernel_iopub_connection
,client::create_kernel_shell_connection
,client::create_kernel_control_connection
,client::create_kernel_stdin_connection
,client::create_kernel_heartbeat_connection
,client::create_client_iopub_connection
,client::create_client_shell_connection
,client::create_client_control_connection
,client::create_client_stdin_connection
,client::create_client_heartbeat_connection
,dirs::ask_jupyter
… - tokio-runtime = tokio
-
Enables tokio-runtime of zeromq
Affects
kernelspec::list_kernelspecs
,kernelspec::list_kernelspec_names_at
,kernelspec::read_kernelspec_jsons
,client::create_kernel_iopub_connection
,client::create_kernel_shell_connection
,client::create_kernel_control_connection
,client::create_kernel_stdin_connection
,client::create_kernel_heartbeat_connection
,client::create_client_iopub_connection
,client::create_client_shell_connection
,client::create_client_control_connection
,client::create_client_stdin_connection
,client::create_client_heartbeat_connection
,dirs::ask_jupyter
…
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.