Cargo Features
[dependencies]
loxcraft = { version = "0.1.1", default-features = false, features = ["gc-trace", "lsp", "pprof", "repl", "vm-trace"] }
- default = lsp, repl
-
These default features are set whenever
loxcraft
is added without
somewhere in the dependency tree.default-features = false - gc-off gc-stress gc-trace
- lsp default
-
Enables tokio and tower-lsp ^0.19.0
- pprof
-
Enables pprof ^0.11.1
- repl default
-
Enables dirs, nu-ansi-term ^0.47.0, reedline ^0.18.0, tree-sitter ^0.20.4, tree-sitter-highlight ^0.20.1, and tree-sitter-lox
- vm-trace
loxcraft has 6 features without comments.