Cargo Features

[dependencies]
cargo-nvim = { version = "0.1.4", default-features = false, features = ["lua51", "luajit"] }
default = luajit

The luajit feature is set by default whenever cargo-nvim is added without default-features = false somewhere in the dependency tree.

lua51

Enables lua51 of mlua

luajit default

Enables luajit of mlua

cargo-nvim has 3 features without comments.