Cargo Features
nvim-oxi has no features set by default.
[dependencies]
nvim-oxi = { version = "0.5.1", features = ["neovim-0-9", "neovim-0-10", "neovim-nightly", "libuv", "mlua", "test-terminator", "test"] }
- neovim-0-9
-
Enables neovim-0-9 of nvim-oxi-api
- neovim-0-10
-
Enables neovim-0-10 of nvim-oxi-api
- neovim-nightly
-
Enables neovim-nightly of nvim-oxi-api
- libuv test-terminator?
-
Enables nvim-oxi-libuv
Affects
nvim-oxi::libuv
… - mlua
-
Enables mlua ^0.9
Affects
nvim-oxi::mlua
… - test-terminator = libuv, test
-
Enables test-terminator of nvim-oxi-macros
Affects
tests::plugin_body_with_terminator
,tests::TestTerminator
… - test test-terminator? = miniserde
-
Enables test of nvim-oxi-macros
Affects
nvim-oxi::tests
…
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.