Cargo Features
[dependencies]
cargo-nvim = { version = "0.1.5", default-features = false, features = ["lua51", "luajit"] }
- default = luajit
-
The
luajit
feature is set by default whenevercargo-nvim
is added without
somewhere in the dependency tree.default-features = false - lua51
-
Enables lua51 of mlua ^0.10
- luajit default
-
Enables luajit of mlua ^0.10
cargo-nvim has 3 features without comments.