Cargo Features

nvim-rs has no features set by default.

[dependencies]
nvim-rs = { version = "0.7.0", features = ["use_tokio", "use_async-std", "use_neovim_lib"] }
use_tokio = parity-tokio-ipc, tokio, tokio-util

Affects create::tokio, nvim-rs::compat

Required by the linebuffercrash binary

use_async-std = async-std

Affects create::async_std

Required by the linebuffercrash_as binary

use_neovim_lib = neovim-lib

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.

tokio use_tokio?
tokio-util use_tokio?
async-std use_async-std?
neovim-lib use_neovim_lib?
parity-tokio-ipc use_tokio?