Cargo Features
[dependencies]
auto-lsp = { version = "0.2.0", default-features = false, features = ["assertions", "deadlock_detection", "log", "lsp_server", "python_test", "rayon", "wasm"] }
- default = assertions
-
The
assertions
feature is set by default wheneverauto-lsp
is added without
somewhere in the dependency tree.default-features = false - assertions default python_test?
-
Enables assertions of auto-lsp-core and auto-lsp-macros
- deadlock_detection
-
Enables deadlock_detection and nightly of parking_lot
- log
- lsp_server python_test?
-
Enables crossbeam-channel, lsp-server, serde, serde_json, texter, and walkdir
- python_test = assertions, lsp_server
-
Enables tree-sitter-python
- rayon
-
Enables rayon, rayon of auto-lsp-core
- wasm
-
Enables nightly of parking_lot
auto-lsp has 8 features without comments.