Cargo Features

auto-lsp has no features set by default.

[dependencies]
auto-lsp = { version = "0.5.1", features = ["deadlock_detection", "log", "lsp_server", "rayon", "wasm", "python", "html"] }
deadlock_detection

Enables deadlock_detection of auto-lsp-core, deadlock_detection and nightly of parking_lot

log

Enables log of auto-lsp-core

lsp_server

Enables crossbeam-channel, lsp-server, serde, serde_json, and walkdir

rayon

Enables rayon and rayon-par-bridge, rayon of auto-lsp-core

wasm

Enables nightly of parking_lot

python

Enables tree-sitter-python

html

Enables tree-sitter-html

auto-lsp has 7 features without comments.