Cargo Features
[dependencies]
clue = { version = "3.4.7", default-features = false, features = ["interpreter", "lsp", "rpmalloc"] }
- default = interpreter, lsp, rpmalloc
-
These default features are set whenever
clue
is added without
somewhere in the dependency tree.default-features = false - interpreter default = mlua
- lsp default
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.
- mlua interpreter
-
Enables mlua ^0.9.6
- rpmalloc default